Add hello spell checker sample client app
Bug: 4973788 Change-Id: I938ba499c35d91f2e9dbcd00ae0df64c999b2b95
This commit is contained in:
12
samples/SpellChecker/SampleSpellCheckerService/Android.mk
Executable file
12
samples/SpellChecker/SampleSpellCheckerService/Android.mk
Executable 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)
|
||||
Reference in New Issue
Block a user