summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:55:52 +0000
committerRonish Kalia <ronish@google.com>2024-04-22 15:22:14 +0000
commitd70739e5d53ad5f32fdca08ffa60eb1c661d4300 (patch)
treeb40ec35b7742c77ffc48a2850e8f60fda30bc06e
parent4f68c72394041603bf47bba0b5ba7af53424179a (diff)
downloadKeyChain-d70739e5d53ad5f32fdca08ffa60eb1c661d4300.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: If3dcee94f0d21ccf6f757638a4f65a23378b8a13
-rw-r--r--robotests/Android.bp1
-rw-r--r--tests/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/robotests/Android.bp b/robotests/Android.bp
index d61d41b..1c52344 100644
--- a/robotests/Android.bp
+++ b/robotests/Android.bp
@@ -3,6 +3,7 @@
//############################################################
package {
+ default_team: "trendy_team_enterprise",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/tests/Android.bp b/tests/Android.bp
index e131dc9..5ab61c2 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_enterprise",
default_applicable_licenses: ["Android-Apache-2.0"],
}