am a74ade94: Merge "Support host multilib build"

* commit 'a74ade945776e80f99f3b05d06a131cfd353c3f6':
  Support host multilib build
This commit is contained in:
Ying Wang
2014-05-15 00:41:37 +00:00
committed by Android Git Automerger
38 changed files with 774 additions and 344 deletions

View File

@@ -6,7 +6,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
acp.c
acp.c
ifeq ($(HOST_OS),cygwin)
LOCAL_CFLAGS += -DWIN32_EXE
@@ -23,4 +23,3 @@ LOCAL_MODULE := acp
LOCAL_ACP_UNAVAILABLE := true
include $(BUILD_HOST_EXECUTABLE)