DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master

Bug: 142003500
Change-Id: I36c36cd88cb36648a3343aeb191d497eba170c9a
This commit is contained in:
Xin Li
2019-10-30 14:28:46 -07: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",
],
}
}