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

  /external/grpc-grpc/examples/cpp/route_guide/
Makefile 62 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN)
67 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)
  /external/grpc-grpc/examples/cpp/helloworld/
Makefile 73 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN)
78 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)

Completed in 235 milliseconds