Loading android/mutator.go +1 −1 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ var preArch = []RegisterMutatorFunc{ func(ctx RegisterMutatorsContext) { ctx.TopDown("load_hooks", loadHookMutator).Parallel() }, RegisterNamespaceMutator, RegisterPrebuiltsPreArchMutators, RegisterDefaultsPreArchMutators, } Loading @@ -86,7 +87,6 @@ func registerArchMutator(ctx RegisterMutatorsContext) { } var preDeps = []RegisterMutatorFunc{ RegisterNamespaceMutator, registerArchMutator, } Loading android/namespace_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -606,7 +606,7 @@ func setupTestFromFiles(bps map[string][]byte) (ctx *TestContext, errs []error) ctx.MockFileSystem(bps) ctx.RegisterModuleType("test_module", ModuleFactoryAdaptor(newTestModule)) ctx.RegisterModuleType("soong_namespace", ModuleFactoryAdaptor(NamespaceFactory)) ctx.PreDepsMutators(RegisterNamespaceMutator) ctx.PreArchMutators(RegisterNamespaceMutator) ctx.Register() _, errs = ctx.ParseBlueprintsFiles("Android.bp") Loading Loading
android/mutator.go +1 −1 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ var preArch = []RegisterMutatorFunc{ func(ctx RegisterMutatorsContext) { ctx.TopDown("load_hooks", loadHookMutator).Parallel() }, RegisterNamespaceMutator, RegisterPrebuiltsPreArchMutators, RegisterDefaultsPreArchMutators, } Loading @@ -86,7 +87,6 @@ func registerArchMutator(ctx RegisterMutatorsContext) { } var preDeps = []RegisterMutatorFunc{ RegisterNamespaceMutator, registerArchMutator, } Loading
android/namespace_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -606,7 +606,7 @@ func setupTestFromFiles(bps map[string][]byte) (ctx *TestContext, errs []error) ctx.MockFileSystem(bps) ctx.RegisterModuleType("test_module", ModuleFactoryAdaptor(newTestModule)) ctx.RegisterModuleType("soong_namespace", ModuleFactoryAdaptor(NamespaceFactory)) ctx.PreDepsMutators(RegisterNamespaceMutator) ctx.PreArchMutators(RegisterNamespaceMutator) ctx.Register() _, errs = ctx.ParseBlueprintsFiles("Android.bp") Loading