diff options
author | 2022-01-25 11:18:36 +0000 | |
---|---|---|
committer | 2022-01-25 19:34:33 +0000 | |
commit | 62623dc14248543f341619548ae9001e5adfa96b (patch) | |
tree | b700ff08e2329aeb4eaa07f525b580adae3cc27b /Android.bp | |
parent | b649e4184331ca38d55c5da8d2d8f2b71f56b102 (diff) |
Add Safety Center resources to APEX
Bug: 216251607
Test: m
Change-Id: Ib403780221201bc8f75b529ed8f1f8439604a0f3
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 9ff56e659..a85ca710f 100644 --- a/Android.bp +++ b/Android.bp @@ -31,7 +31,10 @@ apex_defaults { prebuilts: ["current_sdkinfo"], key: "com.android.permission.key", certificate: ":com.android.permission.certificate", - apps: ["PermissionController"], + apps: [ + "PermissionController", + "SafetyCenterResources", + ], // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, |