summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/robotests/Android.bp1
-rw-r--r--tests/unittests/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index 5821367..9689e31 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -3,6 +3,7 @@
//############################################################
package {
+ default_team: "trendy_team_fwk_telephony",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/unittests/Android.bp b/tests/unittests/Android.bp
index 6ac0586..ced87a9 100644
--- a/tests/unittests/Android.bp
+++ b/tests/unittests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_fwk_telecom",
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}