summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Mohammad Samiul Islam <samiul@google.com> 2021-07-01 17:27:59 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-07-01 17:27:59 +0000
commitebf9d4648edc30e67641b76e2bf9a692c437840c (patch)
tree057475749a6dea6ea4ec26514d29092c11f856f8 /Android.bp
parent67df87e6e1fd95c7e916942a77dd1262abfe1ee3 (diff)
parentb84d028078725e89efb211fd5b6ee9bb4bda7d17 (diff)
Merge "Mark permission module as compressible" into sc-dev
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
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 {