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

am: 04423f24c6

Change-Id: I9c62fec9cb8d8d8175ac90be3ef3af47c49075de
This commit is contained in:
Chen Zhu
2019-08-26 23:47: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",
],
}
}