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

Commit c5f736ad authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Set apex_available for Bluetooth"

am: 03bb9fda

Change-Id: I70e82f54d322cc56daa348750fdf8e70d2ec12a8
parents 83089f83 03bb9fda
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",
    ],
}