diff options
author | Haamed Gheibi <haamed@google.com> | 2022-02-04 13:47:26 -0800 |
---|---|---|
committer | Haamed Gheibi <haamed@google.com> | 2022-02-04 13:55:47 -0800 |
commit | f99b35c293439db0b7436b47b939eb8c7bf21b51 (patch) | |
tree | 6cd9b0719554809447c845616317cca5409b93ae /common/support/Android.bp | |
parent | a028272dee9220e6810cbdcfb2328c34f8afe4c2 (diff) | |
parent | 332dead340bb196c6ba3f6978e8fb53966c74bf7 (diff) |
Merge TP1A.220120.003
Change-Id: Ie5eba313ee102e452f5f96942ed2f3a7bb4e8f01
Diffstat (limited to 'common/support/Android.bp')
-rw-r--r-- | common/support/Android.bp | 12 |
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", |