Add missing properties to android_test

These are in the AndroidTest struct, and being exported by the AndroidMk
functions, but aren't in the list given to blueprint.

Test: add test_suites to an android_test, check Android-*.mk
Change-Id: I1e46638755cbb579f28ed14638baad43fde5cb96
This commit is contained in:
Dan Willemsen 2018-07-16 17:21:19 -07:00
parent cdec7e7ee1
commit f5531d2ed6
1 changed files with 2 additions and 1 deletions

View File

@ -238,7 +238,8 @@ func AndroidTestFactory() android.Module {
&module.Module.protoProperties,
&module.aaptProperties,
&module.appProperties,
&module.appTestProperties)
&module.appTestProperties,
&module.testProperties)
android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibCommon)