blob: 1c76f23a890cef48defe8cd9751234f64dce7b9d [file] [log] [blame]
satok4fce7f72011-10-04 16:41:16 +09001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := samples
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_SDK_VERSION := current
9
satok47b8def2011-10-18 17:38:42 +090010LOCAL_PACKAGE_NAME := HelloSpellChecker
satok4fce7f72011-10-04 16:41:16 +090011
12include $(BUILD_PACKAGE)