Change all-subdir-java-files to all-java-files-under,src

Change-Id: I3c15101a769f19b3f3696f315db47c929979b703
main
Tadashi G. Takaoka 2010-08-25 18:12:18 +09:00
parent 05d1904ed7
commit d900867b37
1 changed files with 1 additions and 1 deletions

2
java/Android.mk Executable file → Normal file
View 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