summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-05-18 02:07:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-18 02:07:20 +0000
commit30a6edb9243cf2c9d64fdb3f155315041bfd964c (patch)
tree279477bbb3ae0bb4253a3019e883fe500ccbc1b0 /java/java.go
parent8bf22015c03ef9b2f4c444bf6389092e91110a80 (diff)
parent1d9e2364edf4ac04327c99b6caa142551c65cd81 (diff)
Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only)." am: 1d9e2364ed
Change-Id: I19c34ba0959d9287aa16a42c6e819718e1ffa00e
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 2482f325d..d943a3a24 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2047,6 +2047,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 {