Searched defs:proto (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Ddefinitions.mk256 ## Find all of the .proto files under the named directories.
258 ## SRC_FILES := $(call all-proto-files-under,src)
261 define all-proto-files-under
264 find -L $(1) -name "*.proto" -and -not -name ".*") \
937 ## Commands for running protoc to compile .proto into .java
940 define transform-proto-to-java
956 ## Commands for running protoc to compile .proto into .pb.cc and .pb.h
958 define transform-proto-to-cc

Completed in 218 milliseconds