Loading libs/android_runtime_lazy/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ cc_library { name: "libandroid_runtime_lazy", vendor_available: true, double_loadable: true, host_supported: true, cflags: [ "-Wall", Loading libs/binder/ndk/Android.bp +16 −0 Original line number Diff line number Diff line Loading @@ -14,9 +14,25 @@ * limitations under the License. */ // TODO(b/31559095): bionic on host should define this cc_defaults { name: "libbinder_ndk_host_user", target: { host: { cflags: [ "-D__INTRODUCED_IN(n)=", "-D__assert(a,b,c)=", ], }, }, } cc_library_shared { name: "libbinder_ndk", defaults: ["libbinder_ndk_host_user"], host_supported: true, export_include_dirs: [ "include_ndk", "include_platform", Loading libs/binder/ndk/include_ndk/android/binder_parcel.h +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #pragma once #include <stddef.h> #include <sys/cdefs.h> #include <android/binder_status.h> Loading Loading
libs/android_runtime_lazy/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ cc_library { name: "libandroid_runtime_lazy", vendor_available: true, double_loadable: true, host_supported: true, cflags: [ "-Wall", Loading
libs/binder/ndk/Android.bp +16 −0 Original line number Diff line number Diff line Loading @@ -14,9 +14,25 @@ * limitations under the License. */ // TODO(b/31559095): bionic on host should define this cc_defaults { name: "libbinder_ndk_host_user", target: { host: { cflags: [ "-D__INTRODUCED_IN(n)=", "-D__assert(a,b,c)=", ], }, }, } cc_library_shared { name: "libbinder_ndk", defaults: ["libbinder_ndk_host_user"], host_supported: true, export_include_dirs: [ "include_ndk", "include_platform", Loading
libs/binder/ndk/include_ndk/android/binder_parcel.h +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #pragma once #include <stddef.h> #include <sys/cdefs.h> #include <android/binder_status.h> Loading