aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:56:01 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:56:01 +0000
commitc88ae5ebd957df19046e830e6709f145203cf7e0 (patch)
treec7d4ce58563606e2a35360efef1a4c40922e259f
parent61a2022216eb5d2802263883563eb91ea4a064fc (diff)
downloadnvram-c88ae5ebd957df19046e830e6709f145203cf7e0.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: I75448650fe06bf1afc967b2f388039923639e467
-rw-r--r--core/tests/Android.bp1
-rw-r--r--hal/tests/Android.bp1
-rw-r--r--messages/tests/Android.bp1
3 files changed, 3 insertions, 0 deletions
diff --git a/core/tests/Android.bp b/core/tests/Android.bp
index cc1d3d1..6b268aa 100644
--- a/core/tests/Android.bp
+++ b/core/tests/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_security",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/hal/tests/Android.bp b/hal/tests/Android.bp
index 79b67fd..2d30b4e 100644
--- a/hal/tests/Android.bp
+++ b/hal/tests/Android.bp
@@ -15,6 +15,7 @@
// nvram_hal_test
// ========================================================
package {
+ default_team: "trendy_team_security",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/messages/tests/Android.bp b/messages/tests/Android.bp
index 6ada96c..3fce960 100644
--- a/messages/tests/Android.bp
+++ b/messages/tests/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_security",
default_applicable_licenses: ["Android-Apache-2.0"],
}