diff options
author | 2024-01-31 18:43:48 +0000 | |
---|---|---|
committer | 2024-01-31 18:43:48 +0000 | |
commit | 4239cf45bedd5fd030583139258a22c084a27bf3 (patch) | |
tree | 1033792a272aa89292533b37dc63b2bd44a1d787 /Android.bp | |
parent | 0384282af0a916ae3b7526fd5b823eb02651721e (diff) | |
parent | ba94784a559595887c7e11603f344885d1fb4abb (diff) |
Merge "[DON'T BLOCK] Test ownership migration rules" into main
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp index 389f330a6..7a2f39fc3 100644 --- a/Android.bp +++ b/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_android_permissions", default_applicable_licenses: ["Android-Apache-2.0"], default_visibility: [":__subpackages__"], } @@ -22,7 +23,7 @@ apex { defaults: ["com.android.permission-defaults"], manifest: "apex_manifest.json", compat_configs: [ - "framework-permission-s-compat-config" + "framework-permission-s-compat-config", ], } @@ -69,8 +70,8 @@ sdk { bootclasspath_fragment { name: "com.android.permission-bootclasspath-fragment", contents: [ - "framework-permission", - "framework-permission-s", + "framework-permission", + "framework-permission-s", ], apex_available: ["com.android.permission"], |