Loading libs/binder/ndk/Android.bp +11 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,17 @@ ndk_headers { license: "NOTICE", } // TODO(b/160624671): package with the aidl compiler ndk_headers { name: "libbinder_ndk_helper_headers", from: "include_cpp/android", to: "android", srcs: [ "include_cpp/android/*.h", ], license: "NOTICE", } ndk_library { name: "libbinder_ndk", symbol_file: "libbinder_ndk.map.txt", Loading Loading
libs/binder/ndk/Android.bp +11 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,17 @@ ndk_headers { license: "NOTICE", } // TODO(b/160624671): package with the aidl compiler ndk_headers { name: "libbinder_ndk_helper_headers", from: "include_cpp/android", to: "android", srcs: [ "include_cpp/android/*.h", ], license: "NOTICE", } ndk_library { name: "libbinder_ndk", symbol_file: "libbinder_ndk.map.txt", Loading