commit | 9d72d4175b06a70c64c8867ff65b3c4c2181c9a9 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Jan 29 06:01:32 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 29 06:01:32 2016 +0000 |
tree | ed17176e19ec8c67c5e57310f54e9f1616375948 | |
parent | 1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28 [diff] | |
parent | 8b0db11ebaabd0f4d254a8310ba733f26485b618 [diff] |
Merge "Fix build."
diff --git a/applypatch/Android.mk b/applypatch/Android.mk index 3cb8beb..036b6f5 100644 --- a/applypatch/Android.mk +++ b/applypatch/Android.mk
@@ -36,6 +36,7 @@ include $(BUILD_STATIC_LIBRARY) +ifeq ($(HOST_OS),linux) include $(CLEAR_VARS) LOCAL_CLANG := true @@ -46,6 +47,7 @@ LOCAL_STATIC_LIBRARIES += libmincrypt libbz libz include $(BUILD_HOST_STATIC_LIBRARY) +endif # HOST_OS == linux include $(CLEAR_VARS)