Make java_test_helper_library installable
java_test_helper_library should product an installabler, dexed library, the same as java_test just without the auto-generated test config. Test: m checkbuild Change-Id: Ie573c1d24969ba9c4feb8a2e85f8969d5d713064
This commit is contained in:
parent
e8a7dc987c
commit
9a4abed701
1 changed files with 3 additions and 0 deletions
|
@ -1632,6 +1632,9 @@ func TestHelperLibraryFactory() android.Module {
|
|||
&module.Module.protoProperties,
|
||||
&module.testHelperLibraryProperties)
|
||||
|
||||
module.Module.properties.Installable = proptools.BoolPtr(true)
|
||||
module.Module.dexpreopter.isTest = true
|
||||
|
||||
InitJavaModule(module, android.HostAndDeviceSupported)
|
||||
return module
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue