summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-05-18 02:28:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-18 02:28:33 +0000
commit1c729e80c6611a8dfd74f0d842ec40aa6612d118 (patch)
tree534717dc5a7266e999f9e23cf337b88fe0e64e76 /java/java.go
parent5c7020556f692ffd71769e0dbd4ae6f6c57951d7 (diff)
parent30a6edb9243cf2c9d64fdb3f155315041bfd964c (diff)
Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only)." am: 1d9e2364ed am: 30a6edb924
Change-Id: I2134c97ff74f278033887a0e9ea5f758f4080772
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 10c81a43b..e20bdc059 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2044,6 +2044,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 {