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

Commit 16f3885f authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Clear apex.go entries for bluetooth libs" into tm-qpr-dev am: 7116a980

parents 196b82e0 7116a980
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -45,6 +45,9 @@ cc_library_static {
        "src/audio_a2dp_hw_utils.cc",
    ],
    host_supported: true,
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "29",
}

+3 −0
Original line number Diff line number Diff line
@@ -67,6 +67,9 @@ cc_library_static {
    cflags: [
        "-DBUILDCFG",
    ],
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "Tiramisu"
}

+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ cc_library_static {
        "srce",
    ],
    host_supported: true,
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "Tiramisu"
}

+3 −0
Original line number Diff line number Diff line
@@ -30,5 +30,8 @@ cc_library_static {
        "packages/modules/Bluetooth/system/stack/include",
    ],
    host_supported: true,
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "Tiramisu"
}
+3 −0
Original line number Diff line number Diff line
@@ -216,6 +216,9 @@ cc_library {
    defaults: [
        "libbluetooth_gd_defaults",
    ],
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "31",
}

Loading