diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp index dcdf693671..32f6420e34 100644 --- a/Tethering/apex/Android.bp +++ b/Tethering/apex/Android.bp @@ -47,6 +47,9 @@ apex { ], 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", }