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

am: ab9710f837

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