summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:58:07 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:58:07 +0000
commit1bf77fd943cb764e7441db72d7b7a6660d980142 (patch)
tree61d1d94a5c3ec8ef2c3ab3756463eb83185376f1
parent49f6f602be7a382e65da279e4846f30a92d35b73 (diff)
downloadWallpaperPicker2-1bf77fd943cb764e7441db72d7b7a6660d980142.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: I833ceef304fece98ce8b72a92378124e70645bcd
-rw-r--r--tests/Android.bp1
-rw-r--r--tests/robotests/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 83fb459c..7fd06e06 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -17,6 +17,7 @@
// Build rule for WallpaperPicker2 tests
//
package {
+ default_team: "trendy_team_customization_picker",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index d81f28a4..33d64954 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_customization_picker",
default_applicable_licenses: ["Android-Apache-2.0"],
}