OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:all_source_extensions
(Results
1 - 1
of
1
) sorted by null
/ndk/build/core/
build-binary.mk
303
all_source_extensions
:= .c .s .S $(LOCAL_CPP_EXTENSION)
macro
304
all_source_patterns := $(foreach _ext,$(
all_source_extensions
),%$(_ext))
317
$(foreach _ext,$(
all_source_extensions
),\
Completed in 144 milliseconds