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

Commit b2b88e35 authored by Steven Moreland's avatar Steven Moreland
Browse files

Move libnativebridge headers into the module.

Test: links
Change-Id: I2e19d1ba7845b4b3d3fee934fcb1c90151fd7192
parent c31963b5
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line

cc_library_headers {
    name: "libnativebridge-dummy-headers",

    host_supported: true,
    export_include_dirs=["include"],
}

cc_library {
    name: "libnativebridge",

@@ -7,6 +14,8 @@ cc_library {
    shared_libs: ["liblog"],
    clang: true,

    export_include_dirs=["include"],

    cflags: [
        "-Werror",
        "-Wall",
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ cc_defaults {
        "-Wextra",
        "-Werror",
    ],
    header_libs: ["libnativebridge-dummy-headers"],
    cppflags: ["-fvisibility=protected"],
    target: {
        android: {