Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76b02f95 authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Automerger Merge Worker
Browse files

Merge "Removed updatable: false for Bluetooth module" into tm-dev am: 2021b123

parents c78fac78 2021b123
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -28,9 +28,7 @@ apex_defaults {
    key: "com.android.bluetooth.key",
    certificate: ":com.android.bluetooth.certificate",
    defaults: ["t-launched-apex-module"],

    updatable: false, // TODO(b/223839432): Remove this
    future_updatable: true,
    updatable: true,
    // 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,