Add android_test_helper_app properties to java_defaults

Allows android_test_helper_apps to get their test_suites and
auto_gen_config properties from a java_defaults module.

Fixes: 179744452
Test: m checkbuild
Change-Id: Ifa09f9fd0a51d3a9682401e4c6bd2f82cd4f1b8a
This commit is contained in:
Colin Cross
2021-02-09 10:38:30 -08:00
parent 033bfa6e29
commit cbce0b0dbd

View File

@@ -3318,6 +3318,7 @@ func DefaultsFactory() android.Module {
&android.ApexProperties{},
&RuntimeResourceOverlayProperties{},
&LintProperties{},
&appTestHelperAppProperties{},
)
android.InitDefaultsModule(module)