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

Commit 515af9d8 authored by William Escande's avatar William Escande Committed by Myles Watson
Browse files

Use the PDL library for HCI packets

Bug: 296427840
Test: mma -j32
Ignore-AOSP-First: Get around auto-merger conflict with udc-mainline-prod
(cherry picked from https://android-review.googlesource.com/q/commit:3943ed1876c07c4af8e23bb5f1636df74678e8c3)
Change-Id: I5dc1d6cd24890e4558ace5b8de4ed6d93a6abc86
parent 810c89be
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -16,10 +16,6 @@ cc_test {
    srcs: [
        "VtsHalBluetoothTargetTest.cpp",
        ":BluetoothPacketSources",
        ":BluetoothHciPacketSources",
    ],
    generated_headers: [
        "BluetoothGeneratedPackets_h",
    ],
    include_dirs: [
        "packages/modules/Bluetooth/system/gd",
@@ -31,7 +27,7 @@ cc_test {
    ],
    static_libs: [
        "android.hardware.bluetooth-V1-ndk",
        "libbluetooth-types",
        "libbluetooth_hci_pdl",
    ],
    test_config: "VtsHalBluetoothTargetTest.xml",
    test_suites: [
@@ -57,6 +53,5 @@ cc_test {
    ],
    tidy_disabled_srcs: [
        ":BluetoothPacketSources",
        ":BluetoothHciPacketSources",
    ],
}