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

Commit 776fb3df authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Move Bluetooth headers to system/bt (1/3)

Bug: 67853426
Test: run Bluetooth
Change-Id: I75748d29a35d10d377d39e0441116dbfd04c82e9
parent e9f07a2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ subdirs = [
    "osi",
    "embdrv",
    "service",
    "include",
    "main",
    "bta",
    "vendor_libs",
+0 −2
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ git clone https://android.googlesource.com/platform/external/libchrome
git clone https://android.googlesource.com/platform/external/libldac
git clone https://android.googlesource.com/platform/external/modp_b64
git clone https://android.googlesource.com/platform/external/tinyxml2
git clone https://android.googlesource.com/platform/hardware/libhardware
```

And third party dependencies of third party dependencies:
@@ -60,7 +59,6 @@ ln -s ../../../external/libchrome libchrome
ln -s ../../../external/libldac libldac
ln -s ../../../external/modp_b64 modp_b64
ln -s ../../../external/tinyxml2 tinyxml2
ln -s ../../../hardware/libhardware libhardware
ln -s ../../../external/googletest googletest
```

+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ cc_defaults {
    defaults: ["fluoride_defaults"],
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/include",
        "packages/modules/Bluetooth/system/audio_a2dp_hw/include",
    ]
}
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ cc_defaults {
    shared_libs: [
        "libcutils",
    ],
    header_libs: ["bluetooth.default_headers"],
    cflags: ["-DBUILDCFG"],
}

@@ -118,7 +119,6 @@ cc_test {
    srcs: [
        "test/bta_hf_client_test.cc",
    ],
    header_libs: ["libhardware_headers"],
    shared_libs: [
        "liblog",
        "libprotobuf-cpp-lite",
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ cc_library_static {
    shared_libs: [
        "liblog",
    ],
    header_libs: ["bluetooth.default_headers"],
    host_supported: true,
    target: {
        darwin: {
Loading