mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 47db8fe1: am d900867b: Change all-subdir-java-files to all-java-files-under,src
Merge commit '47db8fe121a3ba439bd192f6fb318792719e4a68' * commit '47db8fe121a3ba439bd192f6fb318792719e4a68': Change all-subdir-java-files to all-java-files-under,src
This commit is contained in:
commit
e724b4a62b
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…
x
Reference in New Issue
Block a user