diff options
-rw-r--r-- | apexd/Android.bp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apexd/Android.bp b/apexd/Android.bp index 62b2a0b..55c408a 100644 --- a/apexd/Android.bp +++ b/apexd/Android.bp @@ -106,6 +106,11 @@ cc_library_static { ], static_libs: ["libavb"], host_supported: true, + target: { + darwin: { + enabled: false, + }, + }, header_libs: [ "libutils_headers", ], @@ -125,6 +130,11 @@ cc_test { "apex_file_test.cpp", ], host_supported: true, + target: { + darwin: { + enabled: false, + }, + }, static_libs: [ "libapex", "libavb", @@ -141,6 +151,11 @@ cc_test { "apex_manifest_test.cpp", ], host_supported: true, + target: { + darwin: { + enabled: false, + }, + }, static_libs: [ "libapex", "libavb", |