Merge "Add more tests to CtsTetheringTest" am: d9b892c147 am: 096de769da am: ae32948228 am: 112be54123

Change-Id: Ia4d68793c6214e4abd4ec5de8d484e152aaa083a
This commit is contained in:
Treehugger Robot
2020-04-17 06:00:25 +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",
}