Make android_test_helper_app support apex_available
Needed in order to enforce apex_available is set for everything that gets added to apexes. Bug: 147364041 Test: apex_test.go Change-Id: I083ec35283c4c7b5101d00139416d0734b97bab4
This commit is contained in:
@@ -752,6 +752,7 @@ func AndroidTestHelperAppFactory() android.Module {
|
|||||||
|
|
||||||
android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon)
|
android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon)
|
||||||
android.InitDefaultableModule(module)
|
android.InitDefaultableModule(module)
|
||||||
|
android.InitApexModule(module)
|
||||||
return module
|
return module
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user