summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-01-29 07:06:58 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-01-29 07:06:58 +0100
commit2ab24d36b91e28416a85e2c56442c22c984903ea (patch)
tree8d3228759b08952ef59c8b9a9d4dd57fc4551717
parentMerge "applypatch: Compile libimgpatch for target and host." (diff)
parentMerge "Fix build." (diff)
downloadandroid_bootable_recovery-2ab24d36b91e28416a85e2c56442c22c984903ea.tar
android_bootable_recovery-2ab24d36b91e28416a85e2c56442c22c984903ea.tar.gz
android_bootable_recovery-2ab24d36b91e28416a85e2c56442c22c984903ea.tar.bz2
android_bootable_recovery-2ab24d36b91e28416a85e2c56442c22c984903ea.tar.lz
android_bootable_recovery-2ab24d36b91e28416a85e2c56442c22c984903ea.tar.xz
android_bootable_recovery-2ab24d36b91e28416a85e2c56442c22c984903ea.tar.zst
android_bootable_recovery-2ab24d36b91e28416a85e2c56442c22c984903ea.zip
-rw-r--r--applypatch/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/applypatch/Android.mk b/applypatch/Android.mk
index 3cb8bebde..036b6f50d 100644
--- a/applypatch/Android.mk
+++ b/applypatch/Android.mk
@@ -36,6 +36,7 @@ LOCAL_STATIC_LIBRARIES += libmincrypt libbz libz
include $(BUILD_STATIC_LIBRARY)
+ifeq ($(HOST_OS),linux)
include $(CLEAR_VARS)
LOCAL_CLANG := true
@@ -46,6 +47,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
LOCAL_STATIC_LIBRARIES += libmincrypt libbz libz
include $(BUILD_HOST_STATIC_LIBRARY)
+endif # HOST_OS == linux
include $(CLEAR_VARS)