am d900867b
: Change all-subdir-java-files to all-java-files-under,src
Merge commit 'd900867b37844206d1221c69501ce3e92608f0d8' into gingerbread-plus-aosp * commit 'd900867b37844206d1221c69501ce3e92608f0d8': Change all-subdir-java-files to all-java-files-under,src
This commit is contained in:
commit
47db8fe121
1 changed files with 1 additions and 1 deletions
2
java/Android.mk
Executable file → Normal file
2
java/Android.mk
Executable file → Normal file
|
@ -3,7 +3,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_PACKAGE_NAME := LatinIME
|
||||
|
||||
|
|
Loading…
Reference in a new issue