LOCAL_PATH:= $(call my-dir) # the device command line tool include $(CLEAR_VARS) LOCAL_SRC_FILES := icupkg.cpp LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/../toolutil \ $(LOCAL_PATH)/../../common LOCAL_STATIC_LIBRARIES := libicutu libicuuc libicudata libicui18n ifneq ($(TARGET_ARCH),arm) LOCAL_LDLIBS += -lpthread -ldl endif LOCAL_CFLAGS := LOCAL_MODULE := icupkg # the host command line tool include $(BUILD_HOST_EXECUTABLE)