From 31cef5ebe20d9d301396c64888a5eae840204b46 Mon Sep 17 00:00:00 2001 From: Nikita Ioffe Date: Thu, 4 Feb 2021 01:42:45 +0000 Subject: [PATCH] Mark tethering apex as compressible Bug: 178713634 Test: presubmit Change-Id: I621305e47b5b86408a72c622b1e367cd0e75f82c --- Tethering/apex/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp index 7970944329..5df13f1317 100644 --- a/Tethering/apex/Android.bp +++ b/Tethering/apex/Android.bp @@ -34,6 +34,9 @@ apex { apps: ["Tethering"], manifest: "manifest.json", key: "com.android.tethering.key", + // 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, androidManifest: "AndroidManifest.xml", }