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

Commit 34c8376a authored by Fan Xu's avatar Fan Xu Committed by Android (Google) Code Review
Browse files

Merge "Create a header library for libnativewindow"

parents 5e4c327a b2b9dd7d
Loading
Loading
Loading
Loading
+9 −1
Original line number Original line Diff line number Diff line
@@ -13,13 +13,20 @@
// limitations under the License.
// limitations under the License.


ndk_headers {
ndk_headers {
    name: "libnativewindow_headers",
    name: "libnativewindow_ndk_headers",
    from: "include/android",
    from: "include/android",
    to: "android",
    to: "android",
    srcs: ["include/android/*.h"],
    srcs: ["include/android/*.h"],
    license: "NOTICE",
    license: "NOTICE",
}
}


// TODO(b/118715870): cleanup header files
cc_library_headers {
    name: "libnativewindow_headers",
    export_include_dirs: ["include"],
    vendor_available: false,
}

ndk_library {
ndk_library {
    name: "libnativewindow",
    name: "libnativewindow",
    symbol_file: "libnativewindow.map.txt",
    symbol_file: "libnativewindow.map.txt",
@@ -70,6 +77,7 @@ cc_library {


    header_libs: [
    header_libs: [
        "libnativebase_headers",
        "libnativebase_headers",
        "libnativewindow_headers",
    ],
    ],


    // headers we include in our public headers
    // headers we include in our public headers