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

am: 29c264405f

Change-Id: I33864c3f426a54814e11a8b4758db610d3b3e03c
This commit is contained in:
Chen Zhu
2019-08-26 22:06:34 -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",
],
}
}