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

Commit 88720ac6 authored by David Duarte's avatar David Duarte
Browse files

Remove unused android.hardware.bluetooth in tests

Test: TreeHugger
Change-Id: I9d13e8175db558a0007a92074060bbc434ad53cf
parent 071fbef0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -98,8 +98,6 @@ cc_test {
        "test/property_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "liblog",
    ],
    static_libs: [
+0 −4
Original line number Diff line number Diff line
@@ -325,10 +325,6 @@ cc_test {
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedPackets_h",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
    ],
    static_libs: [
        "libbluetooth-types",
        "libflatbuffers-cpp",
+0 −2
Original line number Diff line number Diff line
@@ -106,8 +106,6 @@ cc_test {
        "test/thread_performance_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "liblog",
    ],
    static_libs: [
+0 −4
Original line number Diff line number Diff line
@@ -46,8 +46,6 @@ cc_test {
        "test/interop_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "liblog",
    ],
    static_libs: [
@@ -79,8 +77,6 @@ cc_test {
        "test/device_iot_config_test.cc",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "libdl",
        "liblog",
    ],
+0 −4
Original line number Diff line number Diff line
@@ -481,8 +481,6 @@ cc_test {
    target: {
        android: {
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "libcutils",
                "libhidlbase",
                "libutils",
@@ -490,8 +488,6 @@ cc_test {
        },
        host_linux: {
            shared_libs: [
                "android.hardware.bluetooth@1.0",
                "android.hardware.bluetooth@1.1",
                "libcutils",
                "libhidlbase",
                "libutils",
Loading