summaryrefslogtreecommitdiff
path: root/cc/cc.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-09-26 18:19:20 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-09-26 18:19:20 +0000
commitee48dd6f1e09b45f70d51e2bd88bb4b13c5eb14c (patch)
treec77c9b49cac90a3098787134bcb131646397ccbf /cc/cc.go
parentba6b33b58e0ffe59b00920fcd08402e773facda6 (diff)
parentc980c1e4dfb7d43ded26f09831eec35f0699cb6d (diff)
Merge "Remove CreateVariations, CreateLocalVariations and AddInterVariantDependencies" into main am: c980c1e4df
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3268015 Change-Id: I0543ac638bca9eba0fdd458cd4717d5a0c42452b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'cc/cc.go')
-rw-r--r--cc/cc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index 96795d3a9..a8ff47468 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -137,7 +137,7 @@ type Deps struct {
// LLNDK headers for the ABI checker to check LLNDK implementation library.
// An LLNDK implementation is the core variant. LLNDK header libs are reexported by the vendor variant.
- // The core variant cannot depend on the vendor variant because of the order of CreateVariations.
+ // The core variant cannot depend on the vendor variant because of the order of imageTransitionMutator.Split().
// Instead, the LLNDK implementation depends on the LLNDK header libs.
LlndkHeaderLibs []string
}