blob: 4c2023ab867f0e3c01e018158cdd3befef6e458e [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := user
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_JAVA_LIBRARIES := ext \
com.android.im.plugin # TODO: remove this and load this on demand.
# (HACK: include this so we can load the
# classes defined in this plugin package)
LOCAL_PACKAGE_NAME := ImProvider
LOCAL_CERTIFICATE := shared
include $(BUILD_PACKAGE)