Merge "Use LoadHook to create modules in java_sdk_library" am: 59d4a31063
am: 414d337702
Change-Id: Ide9449f45066883662d05946fbbd43b142ec208f
This commit is contained in:
@@ -94,7 +94,6 @@ func testContext(config android.Config, bp string,
|
||||
ctx.PreArchMutators(android.RegisterOverridePreArchMutators)
|
||||
ctx.PreArchMutators(func(ctx android.RegisterMutatorsContext) {
|
||||
ctx.TopDown("prebuilt_apis", PrebuiltApisMutator).Parallel()
|
||||
ctx.TopDown("java_sdk_library", SdkLibraryMutator).Parallel()
|
||||
})
|
||||
ctx.RegisterPreSingletonType("overlay", android.SingletonFactoryAdaptor(OverlaySingletonFactory))
|
||||
ctx.RegisterPreSingletonType("sdk", android.SingletonFactoryAdaptor(sdkSingletonFactory))
|
||||
|
Reference in New Issue
Block a user