commit | c650978632fe24935a8d6b330756e62fe61b916e | [log] [tgz] |
---|---|---|
author | jhorvitz <jhorvitz@google.com> | Mon Aug 23 15:43:24 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 23 15:44:49 2021 -0700 |
tree | 88c9c9ceb19c8d06f1697e4047f4926f5051026c | |
parent | 4cd5ceae5ac629e5b4c0a8ab3ca6b398a8c342ae [diff] [blame] |
Expose the build configuration key through `ConfiguredObjectValue`. PiperOrigin-RevId: 392535347
diff --git a/src/main/java/com/google/devtools/build/lib/skyframe/AspectValueKey.java b/src/main/java/com/google/devtools/build/lib/skyframe/AspectValueKey.java index f97e08d..8ad02a8 100644 --- a/src/main/java/com/google/devtools/build/lib/skyframe/AspectValueKey.java +++ b/src/main/java/com/google/devtools/build/lib/skyframe/AspectValueKey.java
@@ -218,7 +218,7 @@ * base target's configuration. */ @Nullable - BuildConfigurationValue.Key getAspectConfigurationKey() { + public BuildConfigurationValue.Key getAspectConfigurationKey() { return aspectConfigurationKey; }