Merge "Add CtsNetTestCases and CtsNativeNetDnsTestCases to MTS." into qt-dev

am: be3a471e33

Change-Id: Ie3b58f7a9fe2f195d51ccb0af243d27cfd2b3a65
This commit is contained in:
Chen Zhu
2019-08-26 21:58:32 -07:00
committed by android-build-merger
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",
],
}
}