blob: 482cd3b51aa918f4b035e4b0796edcbb5c814736 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
# the device command line tool
include $(CLEAR_VARS)
LOCAL_SRC_FILES := genccode.c
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/../toolutil \
$(LOCAL_PATH)/../../common
LOCAL_STATIC_LIBRARIES := libicutu libicuuc libicui18n
ifneq ($(TARGET_ARCH),arm)
LOCAL_LDLIBS += -lpthread -ldl
endif
LOCAL_CFLAGS :=
LOCAL_MODULE := genccode
# the host command line tool
include $(BUILD_HOST_EXECUTABLE)