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

Commit 87c5f5e7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use the PDL library for HCI packets" into main am: ab10c922 am: ccb7204e am: b8d55edb

parents 3d96fada b8d55edb
Loading
Loading
Loading
Loading
+1 −6
Original line number Original line Diff line number Diff line
@@ -16,10 +16,6 @@ cc_test {
    srcs: [
    srcs: [
        "VtsHalBluetoothTargetTest.cpp",
        "VtsHalBluetoothTargetTest.cpp",
        ":BluetoothPacketSources",
        ":BluetoothPacketSources",
        ":BluetoothHciPacketSources",
    ],
    generated_headers: [
        "BluetoothGeneratedPackets_h",
    ],
    ],
    include_dirs: [
    include_dirs: [
        "packages/modules/Bluetooth/system/gd",
        "packages/modules/Bluetooth/system/gd",
@@ -31,7 +27,7 @@ cc_test {
    ],
    ],
    static_libs: [
    static_libs: [
        "android.hardware.bluetooth-V1-ndk",
        "android.hardware.bluetooth-V1-ndk",
        "libbluetooth-types",
        "libbluetooth_hci_pdl",
    ],
    ],
    test_config: "VtsHalBluetoothTargetTest.xml",
    test_config: "VtsHalBluetoothTargetTest.xml",
    test_suites: [
    test_suites: [
@@ -57,6 +53,5 @@ cc_test {
    ],
    ],
    tidy_disabled_srcs: [
    tidy_disabled_srcs: [
        ":BluetoothPacketSources",
        ":BluetoothPacketSources",
        ":BluetoothHciPacketSources",
    ],
    ],
}
}