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

  /build/core/
base_rules.mk 237 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
241 ifneq ($(proto_sources),)
242 proto_sources_fullpath := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(proto_sources))
273 endif # proto_sources
binary.mk 317 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
320 ifneq ($(proto_sources),)
321 proto_sources_fullpath := $(addprefix $(LOCAL_PATH)/, $(proto_sources))
java.mk 50 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
51 ifneq ($(proto_sources),)

Completed in 365 milliseconds