diff options
| author | 2018-08-08 15:26:25 +0000 | |
|---|---|---|
| committer | 2018-08-08 15:26:25 +0000 | |
| commit | 7a127f97b612ea9abbb9378880931fe5339f9e60 (patch) | |
| tree | e50160eb8d07df7508ad0f04a223bfa1052b301c /java/java.go | |
| parent | 1eca921ee2099f865f0d33913d4648e32d9530d3 (diff) | |
| parent | e146e39fa6852d66f20c6140784086ce23858e84 (diff) | |
Merge "Support 'test_config' into soong modules"
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index 38c89f4c8..700b91748 100644 --- a/java/java.go +++ b/java/java.go @@ -1352,6 +1352,10 @@ type testProperties struct { // list of compatibility suites (for example "cts", "vts") that the module should be // installed into. Test_suites []string `android:"arch_variant"` + + // the name of the test configuration (for example "AndroidTest.xml") that should be + // installed with the module. + Test_config *string `android:"arch_variant"` } type Test struct { |