Add hello spell checker sample client app

Bug: 4973788

Change-Id: I938ba499c35d91f2e9dbcd00ae0df64c999b2b95
This commit is contained in:
satok
2011-10-18 17:38:42 +09:00
parent 81ed01e704
commit 47b8def1e3
19 changed files with 254 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
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 := SampleSpellChecker
include $(BUILD_PACKAGE)