OSDN Git Service

am 6019f7b0: Reconcile with ics-mr1-release
[android-x86/build.git] / libs / host / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES:= \
5         CopyFile.c \
6         pseudolocalize.cpp
7
8 ifeq ($(HOST_OS),cygwin)
9 LOCAL_CFLAGS += -DWIN32_EXE
10 endif
11 ifeq ($(HOST_OS),darwin)
12 LOCAL_CFLAGS += -DMACOSX_RSRC
13 endif
14 ifeq ($(HOST_OS),linux)
15 endif
16
17 LOCAL_MODULE:= libhost
18 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
19
20 # acp uses libhost, so we can't use
21 # acp to install libhost.
22 LOCAL_ACP_UNAVAILABLE:= true
23
24 include $(BUILD_HOST_STATIC_LIBRARY)
25
26 # Include toolchain prebuilt modules if they exist.
27 -include $(TARGET_TOOLCHAIN_ROOT)/toolchain.mk