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

Commit 5ba9b94d authored by Myles Watson's avatar Myles Watson
Browse files

Use PDL library in bta/Android.bp

Bug: 296427840
Test: mma -j32
Change-Id: I211ef03bd504ff81dc90551ff2d1c418a92b99d8
parent 9ffe891c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -232,7 +232,6 @@ cc_test {
    ],
    generated_headers: [
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedPackets_h",
    ],
    shared_libs: [
        "android.hardware.bluetooth.audio@2.0",
@@ -244,6 +243,7 @@ cc_test {
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbluetooth_hci_pdl",
        "libbt-audio-hal-interface",
        "libbt-bta",
        "libbt-bta-core",
@@ -320,7 +320,6 @@ cc_test {
    ],
    generated_headers: [
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedPackets_h",
    ],
    srcs: [
        ":BtaDmSources",
@@ -413,6 +412,7 @@ cc_test {
    static_libs: [
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbluetooth_hci_pdl",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libbt_shim_bridge",
@@ -1210,6 +1210,7 @@ cc_test {
        "crypto_toolbox_for_tests",
        "libbluetooth-types",
        "libbluetooth_gd",
        "libbluetooth_hci_pdl",
        "libbt-common",
        "libbt-platform-protos-lite",
        "libbt_shim_bridge",
@@ -1221,7 +1222,6 @@ cc_test {
    ],
    generated_headers: [
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedPackets_h",
    ],
    sanitize: {
        cfi: true,