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

Commit 3a061977 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Set apex_available for Bluetooth"

parents 0598a4b1 fbbd7727
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",
    ],
}