Files
android_development/samples/SpellChecker/HelloSpellChecker/Android.mk
satok cd68d40846 Support sentence level spell check in sample code of the spell checker
Bug: 6136149

Change-Id: I1519258dd3ce95ad01e50a75f802469737bef3c4
2012-04-05 17:27:44 +09:00

14 lines
260 B
Makefile
Executable File

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := samples
LOCAL_SRC_FILES := $(call all-subdir-java-files)
# TODO: Change sdk version to 16
LOCAL_SDK_VERSION := current
LOCAL_PACKAGE_NAME := HelloSpellChecker
include $(BUILD_PACKAGE)