Remove platform cert from Tethering tests

Bug: 156866746
Test: atest TetheringTests, TetheringCoverageTests
Change-Id: I7c539f1f4a447b5913164b222601c6113c6fe645
This commit is contained in:
markchien
2020-05-25 14:03:00 +08:00
parent 6d0a178a6b
commit e79e02e5c4
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ android_test {
// NetworkStackTests.
android_test {
name: "TetheringCoverageTests",
certificate: "platform",
platform_apis: true,
test_suites: ["device-tests", "mts"],
test_config: "AndroidTest_Coverage.xml",

View File

@@ -82,7 +82,7 @@ android_library {
android_test {
name: "TetheringTests",
certificate: "platform",
platform_apis: true,
test_suites: [
"device-tests",
"mts",