Loading common/support/Android.bp +10 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,11 @@ cc_library_static { name: "libaidlcommonsupport", vendor_available: true, host_supported: true, defaults: ["libbinder_ndk_host_user"], target: { darwin: { enabled: false, }, }, srcs: ["NativeHandle.cpp"], export_include_dirs: ["include"], shared_libs: [ Loading @@ -28,7 +32,11 @@ cc_library_static { cc_test { name: "libaidlcommonsupport_test", host_supported: true, defaults: ["libbinder_ndk_host_user"], target: { darwin: { enabled: false, }, }, srcs: ["test.cpp"], static_libs: [ "android.hardware.common-V2-ndk", Loading health/aidl/Android.bp +5 −3 Original line number Diff line number Diff line Loading @@ -62,9 +62,11 @@ cc_library { "android.hardware.health@2.0", "android.hardware.health@2.1", ], defaults: [ "libbinder_ndk_host_user", ], target: { darwin: { enabled: false, }, }, } java_library { Loading health/utils/libhealthshim/Android.bp +5 −3 Original line number Diff line number Diff line Loading @@ -24,9 +24,11 @@ package { cc_defaults { name: "libhealthshim_defaults", host_supported: true, // for testing defaults: [ "libbinder_ndk_host_user", ], target: { darwin: { enabled: false, }, }, cflags: [ "-Wall", "-Werror", Loading Loading
common/support/Android.bp +10 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,11 @@ cc_library_static { name: "libaidlcommonsupport", vendor_available: true, host_supported: true, defaults: ["libbinder_ndk_host_user"], target: { darwin: { enabled: false, }, }, srcs: ["NativeHandle.cpp"], export_include_dirs: ["include"], shared_libs: [ Loading @@ -28,7 +32,11 @@ cc_library_static { cc_test { name: "libaidlcommonsupport_test", host_supported: true, defaults: ["libbinder_ndk_host_user"], target: { darwin: { enabled: false, }, }, srcs: ["test.cpp"], static_libs: [ "android.hardware.common-V2-ndk", Loading
health/aidl/Android.bp +5 −3 Original line number Diff line number Diff line Loading @@ -62,9 +62,11 @@ cc_library { "android.hardware.health@2.0", "android.hardware.health@2.1", ], defaults: [ "libbinder_ndk_host_user", ], target: { darwin: { enabled: false, }, }, } java_library { Loading
health/utils/libhealthshim/Android.bp +5 −3 Original line number Diff line number Diff line Loading @@ -24,9 +24,11 @@ package { cc_defaults { name: "libhealthshim_defaults", host_supported: true, // for testing defaults: [ "libbinder_ndk_host_user", ], target: { darwin: { enabled: false, }, }, cflags: [ "-Wall", "-Werror", Loading