Skip dexpreopting android_test_import modules
android_test_import modules should be labelled as tests so they are not dexpreopted. Bug: 155778135 Test: m CtsCorruptApkTests_Compressed_Q Change-Id: I7baa5405d03df03920b01616b030ba77f882a77e
This commit is contained in:
parent
7500f46b95
commit
c80828d567
|
@ -1398,6 +1398,8 @@ func AndroidTestImportFactory() android.Module {
|
|||
module.processVariants(ctx)
|
||||
})
|
||||
|
||||
module.dexpreopter.isTest = true
|
||||
|
||||
android.InitApexModule(module)
|
||||
android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon)
|
||||
android.InitDefaultableModule(module)
|
||||
|
|
Loading…
Reference in New Issue