Add SampleSpellCheckerService
Change-Id: I9ff4828e147406c02d38b41f3811ef0d4ba4f9fc
This commit is contained in:
12
samples/SampleSpellCheckerService/Android.mk
Executable file
12
samples/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