Home
last modified time | relevance | path

Searched refs:HAS_PLUGIN (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/examples/cpp/route_guide/
DMakefile67 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false) macro
71 ifeq ($(HAS_PLUGIN),true)
92 ifneq ($(HAS_PLUGIN),true)
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile78 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false) macro
82 ifeq ($(HAS_PLUGIN),true)
103 ifneq ($(HAS_PLUGIN),true)