upload android base code part8
This commit is contained in:
parent
841ae54672
commit
5425409085
57075 changed files with 9846578 additions and 0 deletions
15
android/packages/providers/UserDictionaryProvider/Android.mk
Normal file
15
android/packages/providers/UserDictionaryProvider/Android.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := ext
|
||||
|
||||
LOCAL_PACKAGE_NAME := UserDictionaryProvider
|
||||
LOCAL_CERTIFICATE := shared
|
||||
|
||||
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
||||
|
||||
include $(BUILD_PACKAGE)
|
Loading…
Add table
Add a link
Reference in a new issue