commit | 525155ac49bae98e9f50ce667609c32eeccc80be | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 31 00:39:54 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 31 00:39:54 2014 +0000 |
tree | 54bde841c609467f4f31f028d85c22e320fadbe8 | |
parent | e97dad0d95ae1305686bf4294029da947fc2dcf2 [diff] | |
parent | fe4d68b6ed969f505e8a1c8d769912949973ba4b [diff] |
Merge "Allow the host libcorkscrew to build."
diff --git a/libcorkscrew/Android.mk b/libcorkscrew/Android.mk index f96fc4e..440dfe5 100644 --- a/libcorkscrew/Android.mk +++ b/libcorkscrew/Android.mk
@@ -68,6 +68,7 @@ LOCAL_MODULE_TAGS := optional include $(BUILD_EXECUTABLE) +endif # TARGET_IS_64_BIT == false # TODO: reenable darwin-x86 # ifeq ($(HOST_ARCH),x86) @@ -98,5 +99,3 @@ include $(BUILD_HOST_EXECUTABLE) endif # HOST_ARCH == x86 - -endif # TARGET_IS_64_BIT == false