Merge Android10 QPR1 into AOSP master

Bug: 145570283
Change-Id: I5d4ce122ba88291691f6a8058b5b0181ad02763c
This commit is contained in:
Xin Li
2019-12-02 21:25:02 -08:00
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",
],
}
}