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

Commit a691732b authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "Remove vnd directory" into main

parents 34fcfcc5 4d016914
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ cc_defaults {
        "packages/modules/Bluetooth/system/stack/btm",
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/vnd/include",
    ],
    header_libs: ["libbluetooth_headers"],
    generated_headers: [
+0 −3
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ btifCommonIncludes = [
    "packages/modules/Bluetooth/system/stack/include",
    "packages/modules/Bluetooth/system/stack/l2cap",
    "packages/modules/Bluetooth/system/udrv/include",
    "packages/modules/Bluetooth/system/vnd/include",
    "system/libhwbinder/include",
]

@@ -534,7 +533,6 @@ cc_test {
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/stack/l2cap",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "system/libfmq/include",
        "system/libhwbinder/include",
    ],
@@ -668,7 +666,6 @@ cc_test {
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/stack/l2cap",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "system/libfmq/include",
        "system/libhwbinder/include",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"
#include "vendor_api.h"

using base::Bind;
using base::Owned;
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ cc_fuzz {
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/stack/l2cap",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "system/security/keystore/include",
    ],
    srcs: [
+0 −2
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ cc_library_static {
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/stack/l2cap",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "system/security/keystore/include",
    ],
    generated_headers: [
@@ -86,7 +85,6 @@ cc_library {
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/stack/l2cap",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "system/security/keystore/include",
    ],
    shared_libs: [
Loading