blob: 8c8f75589c2eaffb1db7546a21619483e7887629 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
Ying Wang6feb6d52014-04-17 10:03:35 -07005 CopyFile.c
The Android Open Source Project88b60792009-03-03 19:28:42 -08006
Dan Willemsen7a549852015-08-13 17:51:40 -07007LOCAL_CFLAGS_darwin += -DMACOSX_RSRC
The Android Open Source Project88b60792009-03-03 19:28:42 -08008
9LOCAL_MODULE:= libhost
10LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
Dan Albert944fc402015-06-16 14:14:43 -070011LOCAL_CXX_STL := none
The Android Open Source Project88b60792009-03-03 19:28:42 -080012
13# acp uses libhost, so we can't use
14# acp to install libhost.
15LOCAL_ACP_UNAVAILABLE:= true
16
17include $(BUILD_HOST_STATIC_LIBRARY)
18
Ying Wangc7a10dd2012-01-06 11:59:30 -080019# Include toolchain prebuilt modules if they exist.
20-include $(TARGET_TOOLCHAIN_ROOT)/toolchain.mk