diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-05-18 01:50:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-05-18 01:50:49 +0000 |
| commit | 1d9e2364edf4ac04327c99b6caa142551c65cd81 (patch) | |
| tree | 279477bbb3ae0bb4253a3019e883fe500ccbc1b0 /java/java.go | |
| parent | 0d3c2e136b24272a51feed84eec947b7f42cf057 (diff) | |
| parent | 5bcff5d1fdb127663e7acd5882d3e6462c33fbc9 (diff) | |
Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only)."
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 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 { |
