diff options
author | Tao Bao <tbao@google.com> | 2016-01-29 07:06:58 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-01-29 07:06:58 +0100 |
commit | 2ab24d36b91e28416a85e2c56442c22c984903ea (patch) | |
tree | 8d3228759b08952ef59c8b9a9d4dd57fc4551717 | |
parent | Merge "applypatch: Compile libimgpatch for target and host." (diff) | |
parent | Merge "Fix build." (diff) | |
download | android_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 |
Diffstat (limited to '')
-rw-r--r-- | applypatch/Android.mk | 2 |
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) |