diff options
author | 2022-03-15 20:19:32 +0000 | |
---|---|---|
committer | 2022-03-31 18:55:38 +0100 | |
commit | 114472cb74336613a0b15e9b59c5c4d8d459ffda (patch) | |
tree | f7a2cd079fdfb85350d1c6be2db2fe15c414afe9 /Android.bp | |
parent | d01caa2096001cf38cba05dce1cff9e3a5d0ce95 (diff) |
Add allowlist for PermissionController
Bundle the priv-app permission allowlist for the
apk inside the PermissionController apex.
Test: boots
Bug: 190375768
Change-Id: I034abf53d5dfaa5e4623247d62bca3f036416e35
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 8ec8b74fb..52ea3abe3 100644 --- a/Android.bp +++ b/Android.bp @@ -27,7 +27,10 @@ apex_defaults { defaults: ["r-launched-apex-module"], bootclasspath_fragments: ["com.android.permission-bootclasspath-fragment"], systemserverclasspath_fragments: ["com.android.permission-systemserverclasspath-fragment"], - prebuilts: ["current_sdkinfo"], + prebuilts: [ + "current_sdkinfo", + "privapp_allowlist_com.android.permissioncontroller.xml", + ], key: "com.android.permission.key", certificate: ":com.android.permission.certificate", apps: [ |