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

Commit 6fd9d378 authored by Henri Chataing's avatar Henri Chataing
Browse files

bluetooth: Remove libbluetooth-types as dependency

Bug: 370993756
Test: TreeHugger
Change-Id: Ibc027282a507501e4b6dd505dbcd60c8622a0a6e
parent e71d95f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ cc_test {
    srcs: ["VtsHalBluetoothV1_0TargetTest.cpp"],
    static_libs: [
        "android.hardware.bluetooth@1.0",
        "libbluetooth-types",
    ],
    test_config: "VtsHalBluetoothV1_0TargetTest.xml",
    test_suites: [
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
#include <android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h>
#include <android/hardware/bluetooth/1.0/types.h>
#include <hardware/bluetooth.h>
#include <utils/Log.h>

#include <VtsHalHidlTargetCallbackBase.h>
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ cc_test {
    static_libs: [
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth@1.0",
        "libbluetooth-types",
    ],
    test_config: "VtsHalBluetoothV1_1TargetTest.xml",
    test_suites: ["general-tests", "vts"],
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <android/hardware/bluetooth/1.0/types.h>
#include <android/hardware/bluetooth/1.1/IBluetoothHci.h>
#include <android/hardware/bluetooth/1.1/IBluetoothHciCallbacks.h>
#include <hardware/bluetooth.h>
#include <utils/Log.h>

#include <VtsHalHidlTargetCallbackBase.h>
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ cc_test {
    ],
    static_libs: [
        "android.hardware.bluetooth.finder-V1-ndk",
        "libbluetooth-types",
    ],
    test_config: "VtsHalBluetoothFinderTargetTest.xml",
    test_suites: [
Loading