summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-08-08 15:26:25 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-08-08 15:26:25 +0000
commit7a127f97b612ea9abbb9378880931fe5339f9e60 (patch)
treee50160eb8d07df7508ad0f04a223bfa1052b301c /java/java.go
parent1eca921ee2099f865f0d33913d4648e32d9530d3 (diff)
parente146e39fa6852d66f20c6140784086ce23858e84 (diff)
Merge "Support 'test_config' into soong modules"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go4
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 {