aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:01:25 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 14:01:25 +0000
commit9a90f5ac6830432e2641304629d9a84f29603a4c (patch)
tree407b468050456dbf81ee4e74fdb554d1007cbcaa
parent9810aeaf50dfc294b0734b17e19af195d8a502a7 (diff)
downloadlayoutlib-9a90f5ac6830432e2641304629d9a84f29603a4c.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: Ic9a41c43139cca69ff036cadd33c73ea0e27ed3f
-rw-r--r--bridge/tests/Android.bp1
-rw-r--r--create/tests/Android.bp1
2 files changed, 2 insertions, 0 deletions
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",