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

Commit af6d814a authored by David Duarte's avatar David Duarte
Browse files

Remove empty files

Fix: 279645431
Test: TreeHugger
Change-Id: I407e74d5b4df4c7f8bd77be1cb26bcf64c5963cd
parent 168bddc7
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,6 @@
#include "bta_groups.h"
#include "bta_groups.h"
#include "bta_has_api.h"
#include "bta_has_api.h"
#include "bta_le_audio_uuids.h"
#include "bta_le_audio_uuids.h"
#include "btm_int.h"
#include "btm_sec.h"
#include "btm_sec.h"
#include "device/include/controller.h"
#include "device/include/controller.h"
#include "gap_api.h"
#include "gap_api.h"
+0 −21
Original line number Original line Diff line number Diff line
@@ -12,27 +12,13 @@ cc_library_static {
    name: "libbt-hci",
    name: "libbt-hci",
    defaults: ["fluoride_basic_defaults"],
    defaults: ["fluoride_basic_defaults"],
    srcs: [
    srcs: [
        "src/btsnoop.cc",
        "src/btsnoop_mem.cc",
        "src/btsnoop_net.cc",
        "src/buffer_allocator.cc",
        "src/buffer_allocator.cc",
        "src/hci_inject.cc",
        "src/hci_packet_factory.cc",
        "src/hci_packet_parser.cc",
        "src/packet_fragmenter.cc",
        "src/packet_fragmenter.cc",
    ],
    ],
    generated_headers: [
    generated_headers: [
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedDumpsysDataSchema_h",
        "BluetoothGeneratedPackets_h",
        "BluetoothGeneratedPackets_h",
    ],
    ],
    target: {
        android: {
            srcs: ["src/hci_layer_android.cc"],
        },
        host: {
            srcs: ["src/hci_layer_linux.cc"],
        },
    },
    local_include_dirs: [
    local_include_dirs: [
        "include",
        "include",
    ],
    ],
@@ -46,13 +32,6 @@ cc_library_static {
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/stack/include",
        "system/libhwbinder/include",
        "system/libhwbinder/include",
    ],
    ],
    product_variables: {
        debuggable: {
            cflags: [
                "-DBT_NET_DEBUG=true",
            ],
        },
    },
    host_supported: true,
    host_supported: true,
    min_sdk_version: "Tiramisu",
    min_sdk_version: "Tiramisu",
}
}
+0 −6
Original line number Original line Diff line number Diff line
@@ -16,13 +16,7 @@


static_library("hci") {
static_library("hci") {
  sources = [
  sources = [
    "src/btsnoop.cc",
    "src/btsnoop_mem.cc",
    "src/btsnoop_net.cc",
    "src/buffer_allocator.cc",
    "src/buffer_allocator.cc",
    "src/hci_inject.cc",
    "src/hci_packet_factory.cc",
    "src/hci_packet_parser.cc",
    "src/packet_fragmenter.cc",
    "src/packet_fragmenter.cc",
  ]
  ]


+0 −0

Empty file deleted.

system/hci/src/btsnoop.cc

deleted100644 → 0
+0 −0

Empty file deleted.

Loading