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

Commit 4f6f2565 authored by William Escande's avatar William Escande
Browse files

Clear apex.go entries for bluetooth libs

Test: Build + TH + boot phone & use bluetooth
Bug: 216433795
Ignore-AOSP-First: No apex on AOSP
Change-Id: I3c75aeffba66a7a1de64a2d89a9584176227c50a
parent 50c3f009
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ java_library {
    name: "bluetooth.mapsapi",

    srcs: ["lib/mapapi/**/*.java"],
    apex_available: [
        "com.android.bluetooth",
    ],
    min_sdk_version: "Tiramisu",
    sdk_version: "module_current",
}
+4 −0
Original line number Diff line number Diff line
@@ -20,5 +20,9 @@ cc_library_static {
        "g722_encode.cc",
    ],
    host_supported: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    min_sdk_version: "Tiramisu"
}
+4 −0
Original line number Diff line number Diff line
@@ -24,5 +24,9 @@ cc_library_static {
        "include",
    ],
    host_supported: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
    min_sdk_version: "Tiramisu"
}