Add `soong.java.testProperties` to `java_defaults` module type.

This is so that we can use some test properties in a `java_defaults`
module for ART run-tests.

Test: atest art-run-test-001-HelloWorld
Bug: 147814778
Change-Id: Ifb9817ca2f08e64f911c123a4022fbf688405547
This commit is contained in:
Roland Levillain 2020-02-04 15:45:49 +00:00
parent 3d88ad68be
commit b5b0ff3555
1 changed files with 1 additions and 0 deletions

View File

@ -2903,6 +2903,7 @@ func DefaultsFactory() android.Module {
&appProperties{},
&appTestProperties{},
&overridableAppProperties{},
&testProperties{},
&ImportProperties{},
&AARImportProperties{},
&sdkLibraryProperties{},