summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:58:05 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:58:05 +0000
commitb83530c25cf459e44c9ec829dd6229c90cfd95c1 (patch)
treedd1c2f00678b6bb8660f196dacaba6b9e930c35a
parent0f9042a54ddd4c7b3db5485a2bc162150ca0c0d6 (diff)
downloadservices-b83530c25cf459e44c9ec829dd6229c90cfd95c1.tar.gz
Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: I740419ea5770838038be2cb6cf8ad6069224ea74
-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 c679b93..d537aa5 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
+}