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

  /build/core/
host_java_library_common.mk 29 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
30 ifneq ($(proto_sources),)
base_rules.mk 259 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
263 ifneq ($(proto_sources),)
264 proto_sources_fullpath := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(proto_sources))
296 endif # proto_sources
binary.mk 472 proto_sources := $(filter %.proto,$(my_src_files)) macro
475 ifneq ($(proto_sources),)
476 proto_sources_fullpath := $(addprefix $(LOCAL_PATH)/, $(proto_sources))
516 endif # $(proto_sources) non-empty
    [all...]
java.mk 42 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
43 ifneq ($(proto_sources),)

Completed in 556 milliseconds