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

Commit cbce0b0d authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 033bfa6e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3318,6 +3318,7 @@ func DefaultsFactory() android.Module {
		&android.ApexProperties{},
		&RuntimeResourceOverlayProperties{},
		&LintProperties{},
		&appTestHelperAppProperties{},
	)

	android.InitDefaultsModule(module)