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

  /external/grpc-grpc/examples/cpp/route_guide/
Makefile 63 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false)
64 ifeq ($(HAS_PROTOC),true)
  /external/grpc-grpc/examples/cpp/helloworld/
Makefile 74 HAS_PROTOC = $(shell $(PROTOC_CMD) > /dev/null && echo true || echo false)
75 ifeq ($(HAS_PROTOC),true)

Completed in 2264 milliseconds