Prevent evaluating configurable properties before the defaults mutator

So that we can change the configuration after the defaults mutator
has run.

Bug: 361816274
Test: Presubmits
Change-Id: I550088b2555d275a86b5dd4d57e85a9ece859233
This commit is contained in:
Cole Faust
2024-09-13 13:37:59 -07:00
parent c2ea958b3d
commit d706709bf0
2 changed files with 8 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ func runPackagingTest(t *testing.T, config testConfig, bp string, expected []str
}
result := GroupFixturePreparers(
PrepareForTestWithDefaults,
PrepareForTestWithArchMutator,
FixtureRegisterWithContext(func(ctx RegistrationContext) {
ctx.RegisterModuleType("component", componentTestModuleFactory)