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

  /hardware/ril/mock-ril/
Makefile 3 # invokes protoc to generate the appropriate protobuf
10 PROTOC=$(wildcard $(top)out/host/*/bin/aprotoc)
12 ifneq ($(words $(PROTOC)),1)
13 $(error expecting 1 protoc we have $(words $(PROTOC)), PROTOC='$(PROTOC)')
36 # A Makefile to run protoc and simplify testing.
50 # Run protoc to create the descriptor files for msgheader
53 $(PROTOC) --descriptor_set_out=$@ --proto_path=$(src_proto) --include_imports $
    [all...]
  /external/protobuf/
configure.ac 38 AC_ARG_WITH([protoc],
39 [AS_HELP_STRING([--with-protoc=COMMAND],
40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
120 PROTOC=$with_protoc
122 # No argument given. Use system protoc.
123 PROTOC=protoc
125 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
130 # is a nested package and --with-protoc was actually given on the outer
132 PROTOC=`pwd`/${ac_top_build_prefix}$PROTO
    [all...]
Android.mk 272 # used by the build systems as $(PROTOC) defined in
configure 887 PROTOC
    [all...]
  /build/core/
base_rules.mk 304 $(proto_java_sources_file_stamp) : $(proto_sources_fullpath) $(PROTOC)
307 #TODO: protoc should output the dependencies introduced by imports.
binary.mk 294 $(proto_generated_cc_sources): $(proto_generated_cc_sources_dir)/%.pb.cc: %.proto $(PROTOC)