Merge "Add more tests to CtsTetheringTest" am: d9b892c147

Change-Id: I4f3b42dbcc95b3c6aa167b6ed24d311b70cf77c4
This commit is contained in:
Treehugger Robot
2020-04-17 05:15:56 +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",
}