diff options
author | 2024-09-13 13:50:00 -0700 | |
---|---|---|
committer | 2024-09-16 17:00:39 -0700 | |
commit | 1e954b6a57b633008d0c8eeb4d3b008279e0a987 (patch) | |
tree | ef93cba412172dea40ef26dfc375a4427991dc82 /android/mutator_test.go | |
parent | d27205e8dac0f583e77ef3a853fe4ff6347a53ac (diff) |
Remove CreateVariations, CreateLocalVariations and AddInterVariantDependencies
These have all been replaced by TransitionMutators.
Bug: 319288033
Flag: EXEMPT refactor
Test: all soong tests pass
Change-Id: Ib8f2a7419b879d69d8a1e0d2d4fadd89b082c064
Diffstat (limited to 'android/mutator_test.go')
-rw-r--r-- | android/mutator_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/mutator_test.go b/android/mutator_test.go index b3ef00f3d..5d4074a54 100644 --- a/android/mutator_test.go +++ b/android/mutator_test.go @@ -287,7 +287,7 @@ func TestFinalDepsPhase(t *testing.T) { AssertDeepEquals(t, "final", finalWant, finalGot) } -func TestNoCreateVariationsInFinalDeps(t *testing.T) { +func TestTransitionMutatorInFinalDeps(t *testing.T) { GroupFixturePreparers( FixtureRegisterWithContext(func(ctx RegistrationContext) { ctx.FinalDepsMutators(func(ctx RegisterMutatorsContext) { |