Merge "Merge Android10 QPR1 into AOSP master"

This commit is contained in:
Treehugger Robot
2019-12-03 23:15:06 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ android_test {
"cts",
"vts",
"general-tests",
"mts",
],
}

View File

@@ -35,5 +35,6 @@ cc_test {
},
test_suites: [
"cts",
"mts",
],
}
}