Merge "Use LoadHook to create modules in java_sdk_library" am: 59d4a31063

am: 414d337702

Change-Id: Ide9449f45066883662d05946fbbd43b142ec208f
This commit is contained in:
Colin Cross
2019-04-17 01:46:32 -07:00
committed by android-build-merger
7 changed files with 14 additions and 33 deletions

View File

@@ -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))