diff options
| author | 2024-09-26 18:19:20 +0000 | |
|---|---|---|
| committer | 2024-09-26 18:19:20 +0000 | |
| commit | ee48dd6f1e09b45f70d51e2bd88bb4b13c5eb14c (patch) | |
| tree | c77c9b49cac90a3098787134bcb131646397ccbf /android/prebuilt.go | |
| parent | ba6b33b58e0ffe59b00920fcd08402e773facda6 (diff) | |
| parent | c980c1e4dfb7d43ded26f09831eec35f0699cb6d (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 'android/prebuilt.go')
| -rw-r--r-- | android/prebuilt.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/prebuilt.go b/android/prebuilt.go index fd5a6eaee..4f04d057b 100644 --- a/android/prebuilt.go +++ b/android/prebuilt.go @@ -359,8 +359,8 @@ func GetEmbeddedPrebuilt(module Module) *Prebuilt { // // This function is for use on dependencies after PrebuiltPostDepsMutator has // run - any dependency that is registered before that will already reference -// the right module. This function is only safe to call after all mutators that -// may call CreateVariations, e.g. in GenerateAndroidBuildActions. +// the right module. This function is only safe to call after all TransitionMutators +// have run, e.g. in GenerateAndroidBuildActions. func PrebuiltGetPreferred(ctx BaseModuleContext, module Module) Module { if !module.IsReplacedByPrebuilt() { return module |