From b84d028078725e89efb211fd5b6ee9bb4bda7d17 Mon Sep 17 00:00:00 2001 From: Samiul Islam Date: Thu, 24 Jun 2021 11:54:43 +0100 Subject: Mark permission module as compressible Bug: 169780183 Test: presubmit Change-Id: Ia396ab3e3ff42dadc5b20939628e1a493c2a9d1c --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Android.bp') 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 { -- cgit v1.2.3-59-g8ed1b