Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a4abed7 authored by Colin Cross's avatar Colin Cross
Browse files

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
parent e8a7dc98
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
}