diff options
author | 2021-06-24 11:54:43 +0100 | |
---|---|---|
committer | 2021-06-30 13:59:27 +0100 | |
commit | b84d028078725e89efb211fd5b6ee9bb4bda7d17 (patch) | |
tree | 0b45260cbcb0c5af87415e54a8a65b48cf0bb8db /Android.bp | |
parent | 979662dfa9133f62b7a3a04fe6d71ddcb33999e3 (diff) |
Mark permission module as compressible
Bug: 169780183
Test: presubmit
Change-Id: Ia396ab3e3ff42dadc5b20939628e1a493c2a9d1c
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index b9d66e105..1a7e922e8 100644 --- a/Android.bp +++ b/Android.bp @@ -32,6 +32,9 @@ apex_defaults { key: "com.android.permission.key", certificate: ":com.android.permission.certificate", apps: ["PermissionController"], + // 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, } apex_key { |