From 1eadb4d9d10d303bb5e3a8b7054c4c7e246373ab Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Mon, 5 Feb 2024 15:38:37 +0000 Subject: [DON'T BLOCK] Test ownership migration rules This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: Ide378ee123f87e5ca97b65be50c825e1b974cece --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index e4f88b7..820ecea 100644 --- a/Android.bp +++ b/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_java_core_libraries", default_visibility: ["//visibility:private"], default_applicable_licenses: ["external_okhttp_license"], } -- cgit v1.2.3