summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-05-28 06:12:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-28 06:12:35 +0000
commitb676ead4e11e5ec9d13ddd00b356347cdd107b25 (patch)
treed1943555b1e40b2fd6723c3887652f8a9253d406 /java/java.go
parentf675264e3c6cbf528ececdd97aae45be753788be (diff)
parentba60625021fc6bf429c00b37dfd79b6082861ab7 (diff)
Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only)." into rvc-dev
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 da6879d2b..9da1f2915 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2066,6 +2066,10 @@ type testProperties struct {
// doesn't exist next to the Android.bp, this attribute doesn't need to be set to true
// explicitly.
Auto_gen_config *bool
+
+ // Add parameterized mainline modules to auto generated test config. The options will be
+ // handled by TradeFed to do downloading and installing the specified modules on the device.
+ Test_mainline_modules []string
}
type testHelperLibraryProperties struct {