summaryrefslogtreecommitdiff
path: root/common/support/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'common/support/Android.bp')
-rw-r--r--common/support/Android.bp12
1 files changed, 10 insertions, 2 deletions
diff --git a/common/support/Android.bp b/common/support/Android.bp
index b24893b16e..718901ef6a 100644
--- a/common/support/Android.bp
+++ b/common/support/Android.bp
@@ -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: [
@@ -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",