Add more tests to CtsTetheringTest
Add TetheringIntegrationTests into CtsTetheringTest
Bug: 148636687
Test: atest CtsTetheringTest
atest TetheringIntegrationTests
Change-Id: I606097a8db9ed3d2b3eaf933bb1d904e437ab27d
This commit is contained in:
@@ -25,12 +25,19 @@ android_test {
|
|||||||
],
|
],
|
||||||
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
|
"TetheringIntegrationTestsLib",
|
||||||
"compatibility-device-util-axt",
|
"compatibility-device-util-axt",
|
||||||
"ctstestrunner-axt",
|
"ctstestrunner-axt",
|
||||||
"junit",
|
"junit",
|
||||||
"junit-params",
|
"junit-params",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
jni_libs: [
|
||||||
|
// For mockito extended
|
||||||
|
"libdexmakerjvmtiagent",
|
||||||
|
"libstaticjvmtiagent",
|
||||||
|
],
|
||||||
|
|
||||||
// Change to system current when TetheringManager move to bootclass path.
|
// Change to system current when TetheringManager move to bootclass path.
|
||||||
platform_apis: true,
|
platform_apis: true,
|
||||||
|
|
||||||
@@ -41,4 +48,6 @@ android_test {
|
|||||||
"mts",
|
"mts",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Include both the 32 and 64 bit versions
|
||||||
|
compile_multilib: "both",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user