Loading libs/nativewindow/Android.bp +9 −1 Original line number Original line Diff line number Diff line Loading @@ -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", Loading Loading @@ -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 Loading Loading
libs/nativewindow/Android.bp +9 −1 Original line number Original line Diff line number Diff line Loading @@ -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", Loading Loading @@ -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 Loading