OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:renderscript_sources
(Results
1 - 2
of
2
) sorted by null
/build/make/core/
java_renderscript.mk
6
renderscript_sources
:= $(filter %.rs,$(LOCAL_SRC_FILES))
macro
12
ifneq ($(
renderscript_sources
),)
13
renderscript_sources_fullpath := $(addprefix $(LOCAL_PATH)/, $(
renderscript_sources
))
70
bc_files := $(patsubst %.rs,%.bc, $(notdir $(
renderscript_sources
)))
binary.mk
747
renderscript_sources
:= $(filter %.rs %.fs,$(my_src_files))
macro
749
ifneq (,$(
renderscript_sources
))
752
renderscript_sources_fullpath := $(addprefix $(LOCAL_PATH)/, $(
renderscript_sources
))
791
$(patsubst %.fs,%.d, $(patsubst %.rs,%.d, $(notdir $(
renderscript_sources
)))))
[
all
...]
Completed in 50 milliseconds