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

Commit a990e9cc authored by Hansong Zhang's avatar Hansong Zhang
Browse files

libbluetooth: Some dependencies are android specific

Test: build
Tag: #refactor
Bug: 181590011
Change-Id: Idb09f6f81cc1b834606c183856c60cb1e25c9e84
parent 981fc4de
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -93,22 +93,13 @@ cc_library_shared {
    ],
    logtags: ["../../EventLogTags.logtags"],
    shared_libs: [
        "android.hardware.bluetooth.a2dp@1.0",
        "android.hardware.bluetooth.audio@2.0",
        "android.hardware.bluetooth.audio@2.1",
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "libbinder_ndk",
        "libcrypto",
        "libcutils",
        "libflatbuffers-cpp",
        "libhidlbase",
        "liblog",
        "libprocessgroup",
        "libprotobuf-cpp-lite",
        "libtinyxml2",
        "libutils",
        "libz",
    ],
    static_libs: [
        "libbte",
@@ -135,10 +126,19 @@ cc_library_shared {
    target: {
        android: {
            shared_libs: [
                "android.hardware.bluetooth.a2dp@1.0",
                "android.hardware.bluetooth.audio@2.0",
                "android.hardware.bluetooth.audio@2.1",
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "android.system.suspend.control-V1-ndk",
                "android.system.suspend-V1-ndk",
                "libaaudio",
                "libbinder_ndk",
                "libcutils",
                "libhidlbase",
                "libfmq",
                "libz",
            ],
            required: [
                "libldacBT_enc",