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

Commit 3a3153e9 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-dev am: 75c2ce5c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/17045576

Change-Id: I4096133511a5a8d99bff55f4fd692f0034302059
parents 3c055d2f 75c2ce5c
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"
}