From e0bbe757b3626fbbadbab798e6752ca086e9ff46 Mon Sep 17 00:00:00 2001 From: gregce Date: Tue, 12 Sep 2017 23:58:34 +0200 Subject: Remove outdated references to static vs. dynamic configurations. PiperOrigin-RevId: 168452997 --- .../java/com/google/devtools/build/lib/skyframe/AspectFunction.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java') diff --git a/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java b/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java index ce8405bafb..7b3f7253a2 100644 --- a/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java +++ b/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java @@ -255,8 +255,8 @@ public final class AspectFunction implements SkyFunction { // When getting the dependencies of this hybrid aspect+base target, use the aspect's // configuration. The configuration of the aspect will always be a superset of the target's - // (dynamic configuration mode: target is part of the aspect's config fragment requirements; - // static configuration mode: target is the same configuration as the aspect), so the fragments + // (trimmed configuration mode: target is part of the aspect's config fragment requirements; + // untrimmed mode: target is the same configuration as the aspect), so the fragments // required by all dependencies (both those of the aspect and those of the base target) // will be present this way. TargetAndConfiguration originalTargetAndAspectConfiguration = -- cgit v1.2.3