summaryrefslogtreecommitdiffstats
path: root/applypatch/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-02-18 09:35:39 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-02-18 09:35:39 +0100
commitbda2f67775f85fc4ea7a1f49f3c67990a62dd091 (patch)
treec17fdd91943a5ecb121a42993b5cafb0901e7160 /applypatch/Android.bp
parentMerge "Skip the cache size check on host" am: 31bcd7c002 (diff)
parentMerge "Disable building libapplypatch on mac" (diff)
downloadandroid_bootable_recovery-bda2f67775f85fc4ea7a1f49f3c67990a62dd091.tar
android_bootable_recovery-bda2f67775f85fc4ea7a1f49f3c67990a62dd091.tar.gz
android_bootable_recovery-bda2f67775f85fc4ea7a1f49f3c67990a62dd091.tar.bz2
android_bootable_recovery-bda2f67775f85fc4ea7a1f49f3c67990a62dd091.tar.lz
android_bootable_recovery-bda2f67775f85fc4ea7a1f49f3c67990a62dd091.tar.xz
android_bootable_recovery-bda2f67775f85fc4ea7a1f49f3c67990a62dd091.tar.zst
android_bootable_recovery-bda2f67775f85fc4ea7a1f49f3c67990a62dd091.zip
Diffstat (limited to 'applypatch/Android.bp')
-rw-r--r--applypatch/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/applypatch/Android.bp b/applypatch/Android.bp
index d3efa152b..cb0b36746 100644
--- a/applypatch/Android.bp
+++ b/applypatch/Android.bp
@@ -57,6 +57,12 @@ cc_library_static {
"libotautil",
"libz",
],
+
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
}
cc_library_static {