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

Commit ecc7108e authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Removed updatable: false for Bluetooth module

Bug: 223839432
Test: build
Tag: #feature
Ignore-AOSP-First: Updatable is only on internal for now
Change-Id: I9a7f5f76f98c3b328eb8dcda174eb662a4cb84db
parent 8ea0afb5
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,