summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:56:42 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:56:42 +0000
commit1ef6031c657c34def45fcf13eecee864e13c48b7 (patch)
tree5e8fbe35cef5703b78cf65b19440b1589fbb19e4
parentf1bb755052111fc5df8b873428bbe4448b0dfff7 (diff)
downloadSettings-1ef6031c657c34def45fcf13eecee864e13c48b7.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: I3092a117e8786a08b559966c86d0369f838639ee
-rw-r--r--tests/robotests/Android.bp1
-rw-r--r--tests/unit/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index ed801b29b..dbc507d12 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -14,6 +14,7 @@
// Car Settings Robolectric test target.
package {
+ default_team: "trendy_team_system_experience",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index 00274ae2c..a24b69783 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_system_experience",
default_applicable_licenses: ["Android-Apache-2.0"],
}