summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--builtInServices/host_tests/Android.bp1
-rw-r--r--builtInServices/tests/Android.bp1
-rw-r--r--updatableServices/tests/Android.bp3
3 files changed, 4 insertions, 1 deletions
diff --git a/builtInServices/host_tests/Android.bp b/builtInServices/host_tests/Android.bp
index 8bf90e0..809d515 100644
--- a/builtInServices/host_tests/Android.bp
+++ b/builtInServices/host_tests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_aaos_framework",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/builtInServices/tests/Android.bp b/builtInServices/tests/Android.bp
index 3d073fd..a2f596b 100644
--- a/builtInServices/tests/Android.bp
+++ b/builtInServices/tests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_aaos_framework",
default_applicable_licenses: [
"Android-Apache-2.0",
],
diff --git a/updatableServices/tests/Android.bp b/updatableServices/tests/Android.bp
index a25751f..5924eb2 100644
--- a/updatableServices/tests/Android.bp
+++ b/updatableServices/tests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_aaos_framework",
// See: http://go/android-license-faq
default_applicable_licenses: [
"Android-Apache-2.0",
@@ -51,4 +52,4 @@ android_test {
"automotive-tests",
"automotive-general-tests",
],
-} \ No newline at end of file
+}