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

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

Merge "Make gd exports flatbuffers headers" into main

parents 6e5edf3a 5dc26a8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ cc_library_shared {
        "libchrome",
        "libcutils",
        "libevent",
        "libflatbuffers-cpp",
        "libfmq",
        "libg722codec",
        "libhidlbase",
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ cc_defaults {
        "libchrome",
        "libcutils",
        "libevent",
        "libflatbuffers-cpp",
        "libg722codec",
        "libhidlbase",
        "libjsoncpp",
+0 −1
Original line number Diff line number Diff line
@@ -407,7 +407,6 @@ cc_test {
        "libchrome",
        "libcom.android.sysprop.bluetooth",
        "libevent",
        "libflatbuffers-cpp",
        "libgmock",
    ],
    sanitize: {
+0 −4
Original line number Diff line number Diff line
@@ -348,7 +348,6 @@ cc_test {
    static_libs: [
        "libbluetooth-types",
        "libchrome",
        "libflatbuffers-cpp",
        "libosi",
    ],
    cflags: ["-DBUILDCFG"],
@@ -381,7 +380,6 @@ cc_test {
    static_libs: [
        "libbluetooth-types",
        "libchrome",
        "libflatbuffers-cpp",
        "libosi",
    ],
    cflags: ["-DBUILDCFG"],
@@ -611,7 +609,6 @@ cc_test {
        "libchrome",
        "libcom.android.sysprop.bluetooth",
        "libevent",
        "libflatbuffers-cpp",
        "libgmock",
    ],
    cflags: ["-DBUILDCFG"],
@@ -743,7 +740,6 @@ cc_test {
        "libchrome",
        "libcom.android.sysprop.bluetooth",
        "libevent",
        "libflatbuffers-cpp",
        "libgmock",
    ],
    cflags: ["-DBUILDCFG"],
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ cc_defaults {
        "fluoride_defaults",
    ],
    static_libs: [
        "libflatbuffers-cpp",
        "libprotobuf-cpp-lite",
    ],
}
Loading