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.mk 29 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
30 ifneq ($(proto_sources),)
base_rules.mk 242 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
246 ifneq ($(proto_sources),)
247 proto_sources_fullpath := $(addprefix $(TOP_DIR)$(LOCAL_PATH)/, $(proto_sources))
279 endif # proto_sources
binary.mk 326 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
329 ifneq ($(proto_sources),)
330 proto_sources_fullpath := $(addprefix $(LOCAL_PATH)/, $(proto_sources))
java.mk 40 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES)) macro
41 ifneq ($(proto_sources),)

Completed in 89 milliseconds