Merge "Ensure that *bootclasspath* module types depend on device variants" am: 1a6305f9e0
am: 9bc494bc08
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2095251 Change-Id: Ia0a25286a2d5d3b4861f3a91d529fe52655fc68e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -273,7 +273,7 @@ func bootclasspathFragmentFactory() android.Module {
|
||||
android.InitApexModule(m)
|
||||
android.InitSdkAwareModule(m)
|
||||
initClasspathFragment(m, BOOTCLASSPATH)
|
||||
android.InitAndroidArchModule(m, android.HostAndDeviceSupported, android.MultilibCommon)
|
||||
android.InitAndroidArchModule(m, android.DeviceSupported, android.MultilibCommon)
|
||||
|
||||
android.AddLoadHook(m, func(ctx android.LoadHookContext) {
|
||||
// If code coverage has been enabled for the framework then append the properties with
|
||||
|
Reference in New Issue
Block a user