Merge "Both build 32 and 64 architecture for TetheringTests"

This commit is contained in:
Treehugger Robot
2020-01-07 20:30:15 +00:00
committed by Gerrit Code Review

View File

@@ -20,7 +20,11 @@ android_test {
srcs: [
"src/**/*.java",
],
test_suites: ["device-tests"],
test_suites: [
"device-tests",
"mts",
],
compile_multilib: "both",
static_libs: [
"androidx.test.rules",
"frameworks-base-testutils",