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 45 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
46 ifneq ($(proto_sources),)
base_rules.mk 267 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
271 ifneq ($(proto_sources),)
272 proto_sources_fullpath := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(proto_sources))
304 endif # proto_sources
    [all...]
binary.mk 514 proto_sources := $(filter %.proto,$(my_src_files)) macro
517 ifneq ($(proto_sources),)
534 proto_sources_fullpath := $(addprefix $(LOCAL_PATH)/, $(proto_sources))
587 endif # $(proto_sources) non-empty
    [all...]
java.mk 44 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
45 ifneq ($(proto_sources),)

Completed in 38 milliseconds