From 3ff7bab6937f34ac4245f7e1682c7a5a18cffca0 Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Wed, 31 Jan 2024 11:06:40 +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, Bug: 304529413 Test: N/A Change-Id: Icbe839de65c4449f764bd579a9f8c43f9fac770d Merged-In: Icbe839de65c4449f764bd579a9f8c43f9fac770d --- PermissionController/iconloaderlib/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'PermissionController/iconloaderlib/Android.bp') diff --git a/PermissionController/iconloaderlib/Android.bp b/PermissionController/iconloaderlib/Android.bp index 2bc3de435..2a886a276 100644 --- a/PermissionController/iconloaderlib/Android.bp +++ b/PermissionController/iconloaderlib/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_android_permissions", default_applicable_licenses: ["Android-Apache-2.0"], } -- cgit v1.2.3-59-g8ed1b