aboutsummaryrefslogtreecommitdiff
path: root/pairing_auth/tests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'pairing_auth/tests/Android.bp')
-rw-r--r--pairing_auth/tests/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/pairing_auth/tests/Android.bp b/pairing_auth/tests/Android.bp
index 9105aa5a..ed515942 100644
--- a/pairing_auth/tests/Android.bp
+++ b/pairing_auth/tests/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_native_tools_libraries",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_modules_adb_license"
@@ -43,5 +44,8 @@ cc_test {
"libadb_pairing_auth_static",
],
- test_suites: ["general-tests", "mts-adbd"],
+ test_suites: [
+ "general-tests",
+ "mts-adbd",
+ ],
}