From 9a90f5ac6830432e2641304629d9a84f29603a4c Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Fri, 2 Feb 2024 14:01:25 +0000 Subject: 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: Ic9a41c43139cca69ff036cadd33c73ea0e27ed3f --- bridge/tests/Android.bp | 1 + create/tests/Android.bp | 1 + 2 files changed, 2 insertions(+) diff --git a/bridge/tests/Android.bp b/bridge/tests/Android.bp index 368d093185..c80bdca789 100644 --- a/bridge/tests/Android.bp +++ b/bridge/tests/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_android_developer_tools", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/create/tests/Android.bp b/create/tests/Android.bp index ffd58d1ba2..9153b8f87d 100644 --- a/create/tests/Android.bp +++ b/create/tests/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_android_developer_tools", // See: http://go/android-license-faq default_applicable_licenses: [ "Android-Apache-2.0", -- cgit v1.2.3