diff options
author | 2024-01-31 11:06:40 +0000 | |
---|---|---|
committer | 2024-01-31 15:24:20 +0000 | |
commit | ba94784a559595887c7e11603f344885d1fb4abb (patch) | |
tree | f0da2e0a3b0f0baeedd90b1abdcf126a24d70101 /permissions | |
parent | 21760d600a7353263cde6887f453f9f106448c69 (diff) |
[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,
<add g3 doc link>
Bug: 304529413
Test: N/A
(cherry picked from aosp/2939780)
Change-Id: Icbe839de65c4449f764bd579a9f8c43f9fac770d
Diffstat (limited to 'permissions')
-rw-r--r-- | permissions/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/permissions/Android.bp b/permissions/Android.bp index 6c1fdb8f8..fb84e0537 100644 --- a/permissions/Android.bp +++ b/permissions/Android.bp @@ -1,4 +1,3 @@ - // // Copyright (C) 2022 The Android Open Source Project // @@ -15,6 +14,7 @@ // limitations under the License. // package { + default_team: "trendy_team_android_permissions", default_applicable_licenses: ["Android-Apache-2.0"], default_visibility: ["//packages/modules/Permission:__subpackages__"], } |