summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
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 {