Searched defs:java (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Ddefinitions.mk173 ## Find all of the java files under the named directories.
175 ## SRC_FILES := $(call all-java-files-under,src tests)
178 define all-java-files-under
181 find -L $(1) -name "*.java" -and -not -name ".*") \
186 ## Find all of the java files from here. Meant to be used like:
187 ## SRC_FILES := $(call all-subdir-java-files)
190 define all-subdir-java-files
191 $(call all-java-files-under,.)
322 ## SRC_FILES := $(call all-subdir-java-files)
336 define find-other-java
[all...]

Completed in 55 milliseconds