HomeSort by relevance Sort by last modified time
    Searched refs:proto_sources (Results 1 - 4 of 4) sorted by null

  /build/make/core/
host_java_library_common.mk 32 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
33 ifneq ($(proto_sources),)
java_common.mk 35 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
39 ifneq ($(proto_sources),)
40 proto_sources_fullpath := $(addprefix $(LOCAL_PATH)/, $(proto_sources))
71 endif # proto_sources
168 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_HAS_PROTO_SOURCES := $(if $(proto_sources),true)
binary.mk 886 proto_sources := $(filter %.proto,$(my_src_files)) macro
    [all...]
java.mk 62 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
63 ifneq ($(proto_sources),)
    [all...]

Completed in 110 milliseconds