Merge "Mark tethering apex as compressible" am: d2d0d82a1d

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1573041

Change-Id: I56432a85f74385a9b3557c70aff5aed1d25abc3d
This commit is contained in:
Nikita Ioffe
2021-05-26 10:44:36 +00:00
committed by Automerger Merge Worker

View File

@@ -43,6 +43,9 @@ apex {
], ],
manifest: "manifest.json", manifest: "manifest.json",
key: "com.android.tethering.key", 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", androidManifest: "AndroidManifest.xml",
} }