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

Commit d3e917d5 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Remove test gd/bluetooth_test_gd am: 2861249a am: 02c9d825 am: 057107db...

Remove test gd/bluetooth_test_gd am: 2861249a am: 02c9d825 am: 057107db am: 54e753ad am: acf6cd5c

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1844455

Change-Id: I90dc229115c7b2abafb8f2a113c8561d280b7357
parents 560c59f9 acf6cd5c
Loading
Loading
Loading
Loading
+0 −84
Original line number Diff line number Diff line
@@ -367,90 +367,6 @@ cc_test {
    },
}

cc_test {
    name: "bluetooth_test_gd",
    test_suites: ["device-tests"],
    defaults: [
        "gd_defaults",
        "gd_clang_coverage_bin",
    ],
    host_supported: true,
    test_options: {
        unit_test: false,
    },
    target: {
        linux: {
            srcs: [
                ":BluetoothOsTestSources_linux_generic",
            ],
        },
        host: {
            srcs: [
                ":BluetoothHalTestSources_hci_host",
                ":BluetoothOsTestSources_host",
            ],
        },
        android: {
            srcs: [
                ":BluetoothHalTestSources_hci_android_hidl",
                ":BluetoothOsTestSources_android",
            ],
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "android.system.suspend.control-V1-ndk",
                "android.system.suspend-V1-ndk",
                "libbinder_ndk",
                "libhidlbase",
                "libutils",
                "libcutils",
                "libstatslog_bt",
            ],
        },
    },
    srcs: [
        "module_unittest.cc",
        "stack_manager_unittest.cc",
        ":BluetoothAttTestSources",
        ":BluetoothCommonTestSources",
        ":BluetoothCryptoToolboxTestSources",
        ":BluetoothDumpsysTestSources",
        ":BluetoothHalTestSources",
        ":BluetoothHciTestSources",
        ":BluetoothIsoTestSources",
        ":BluetoothL2capTestSources",
        ":BluetoothNeighborTestSources",
        ":BluetoothPacketTestSources",
        ":BluetoothSecurityTestSources",
        ":BluetoothStorageTestSources",
    ],
    generated_headers: [
        "BluetoothGeneratedBundlerSchema_h_bfbs",
        "BluetoothGeneratedDumpsysBundledSchema_h",
        "BluetoothGeneratedDumpsysBundledTestSchema_h",
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedDumpsysTestData_h",
        "BluetoothGeneratedPackets_h",
    ],
    static_libs: [
        "libbluetooth-protos",
        "libbluetooth_gd",
        "libc++fs",
        "libflatbuffers-cpp",
        "libgmock",
        "libbluetooth_rust_interop",
    ],
    shared_libs: [
        "libchrome",
        "libcrypto",
        "libgrpc++",
        "libgrpc_wrap",
    ],
    sanitize: {
        address: true,
    },
}

cc_test {
    name: "bluetooth_packet_parser_test",
    test_suites: ["device-tests"],