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:
Anton Hansson
2020-01-10 15:06:01 +00:00
parent a773c39bfc
commit 3d2b6b452a

View File

@@ -752,6 +752,7 @@ func AndroidTestHelperAppFactory() android.Module {
android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon)
android.InitDefaultableModule(module)
android.InitApexModule(module)
return module
}