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

Commit fbbd7727 authored by Anton Hansson's avatar Anton Hansson
Browse files

Set apex_available for Bluetooth

We are requiring apex_available be set for everything
included in apexes. Bluetooth is currently both in an
apex and built into the platform.

Bug: 147364041
Test: m
Change-Id: I8939643a4376e79170009f80ca3436ace760f185
parent 51164c0d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -74,5 +74,9 @@ android_app {
    optimize: {
        enabled: false,
    },
    required: ["libbluetooth"]
    required: ["libbluetooth"],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth.updatable",
    ],
}