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

am: ed78fc8745

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