diff options
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 deb17bd89..6356b4c57 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 { |