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

Commit d02ad8f7 authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Android (Google) Code Review
Browse files

Merge "Set Bluetooth apex updatable to true" into tm-dev

parents 8ce8993c f261e756
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@ rust_protobuf {
    source_stem: "facade",
    host_supported: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    min_sdk_version: "30",
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ cc_library {
        "src/audio_a2dp_hw_utils.cc",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    shared_libs: [
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ cc_library {
        "src/audio_hearing_aid_hw_utils.cc",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    shared_libs: [
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ cc_defaults {
    ],
    header_libs: ["libbluetooth_headers"],
    host_supported: true,
    apex_available: [
        "com.android.bluetooth",
    ],
    target: {
        linux_glibc: {
            cflags: ["-D_GNU_SOURCE"],
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ cc_library {
        "libcutils",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    min_sdk_version: "30",
Loading