blob: 1c76f23a890cef48defe8cd9751234f64dce7b9d [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := samples
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_SDK_VERSION := current
LOCAL_PACKAGE_NAME := HelloSpellChecker
include $(BUILD_PACKAGE)