protobuf_grpc: google serializing and RPC library

protobuf : 3.9.3
grpc     : 1.24.0

This a new version of the port with a vastly reduced port size.

Issue #190
This commit is contained in:
Pirmin Duss
2019-09-20 11:18:30 +02:00
parent dfe284836e
commit e0f557c050
45 changed files with 7159 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
GRPC_PORT_DIR := $(call select_from_ports,protobuf_grpc)
INC_DIR += $(GRPC_PORT_DIR)/include

View File

@@ -0,0 +1,5 @@
PROTOBUF_PORT_DIR := $(call select_from_ports,protobuf_grpc)
INC_DIR += $(PROTOBUF_PORT_DIR)/include
PROTO_FILES_DIR := $(PROTOBUF_PORT_DIR)/proto/protobuf/src