summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-22 20:17:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-22 20:17:08 +0000
commitac569f593bc07643db0219a4a827fa032241d37b (patch)
tree97d4577dc200e236a9ec509ca8206752b9799e34
parent2901e88acbc42c7d24e113dde37faa1b549723a7 (diff)
parent99d17d246021f745027178bc1d5a98656455e7fb (diff)
downloadMms-main.tar.gz
Merge "Migrate Test Targets to New Android Ownership Model" into mainHEADmastermain
-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"],
}