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

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

Remove gd include from fluoride_common_options

fluoride_common_options is used on all cc targets inside
this repository and not all targets depends/want to include
gd

Test: mma
Bug: 279502784
Change-Id: I06977ac20993c56b18d3c250394647d3af3f9812
parent 17f791e6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@ cc_defaults {
        // there are too many unused parameters in all the code.
        "-Wno-unused-parameter",
    ],
    include_dirs: [
        "packages/modules/Bluetooth/system/gd",
    ],
}

// Fuzzable defaults are the subset of defaults that are used in fuzzing, which
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ cc_test {
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/device/src",
        "packages/modules/Bluetooth/system/gd",
        "packages/modules/Bluetooth/system/stack/include",
    ],
    srcs: [
+4 −1
Original line number Diff line number Diff line
@@ -107,7 +107,10 @@ cc_library_static {
    ],
    srcs: ["src/hal/ffi/hidl.cc"],
    local_include_dirs: ["src/hal/ffi"],
    include_dirs: ["packages/modules/Bluetooth/system"],
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/gd",
    ],
    generated_headers: [
        "cxx-bridge-header",
        "libbt_hidl_hal_bridge_header",
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ cc_test {
    local_include_dirs: ["tests"],
    include_dirs: [
        "packages/modules/Bluetooth/system/",
        "packages/modules/Bluetooth/system/gd",
        "packages/modules/Bluetooth/system/include",
    ],
    srcs: [
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ cc_library_static {
    host_supported: true,
    include_dirs: [
        "packages/modules/Bluetooth/system/",
        "packages/modules/Bluetooth/system/gd",
        "packages/modules/Bluetooth/system/include",
    ],
    srcs: [
Loading