Add more tests to CtsTetheringTest am: 685f072bfd

Change-Id: I64a7759d74d4a2054a816d08ee627c19e0b319c2
This commit is contained in:
Treehugger Robot
2020-04-17 08:10:57 +00:00
committed by Automerger Merge Worker

View File

@@ -25,12 +25,19 @@ android_test {
],
static_libs: [
"TetheringIntegrationTestsLib",
"compatibility-device-util-axt",
"ctstestrunner-axt",
"junit",
"junit-params",
],
jni_libs: [
// For mockito extended
"libdexmakerjvmtiagent",
"libstaticjvmtiagent",
],
// Change to system current when TetheringManager move to bootclass path.
platform_apis: true,
@@ -41,4 +48,6 @@ android_test {
"mts",
],
// Include both the 32 and 64 bit versions
compile_multilib: "both",
}