Merge "Add test_mainline_modules to the auto-gen test config(AndroidJUnitTest only)."

This commit is contained in:
Treehugger Robot
2020-05-18 01:50:49 +00:00
committed by Gerrit Code Review
3 changed files with 23 additions and 6 deletions

View File

@@ -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 {