Allow the host libcorkscrew to build.
Change-Id: Iabe82720d3261a9bd35763c260d3c4b6d422e287
This commit is contained in:
parent
e97dad0d95
commit
fe4d68b6ed
1 changed files with 1 additions and 2 deletions
|
@ -68,6 +68,7 @@ LOCAL_MODULE := libcorkscrew_test
|
|||
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 @@ LOCAL_MODULE_TAGS := optional
|
|||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
endif # HOST_ARCH == x86
|
||||
|
||||
endif # TARGET_IS_64_BIT == false
|
||||
|
|
Loading…
Reference in a new issue