Add support for .proto files

.proto files are translated to .pb.cc and .pb.h files, which are then
compiled normally.

Bug: 32286026
Test: mmma -j system/extras/perfprofd
Change-Id: I538071424d667aacf35b4b8bfebe217f5f092726
This commit is contained in:
Colin Cross
2016-10-20 16:11:43 -07:00
parent 4f6fc9c1d8
commit 0c461f1f6e
9 changed files with 175 additions and 5 deletions

View File

@@ -173,6 +173,7 @@ type builderFlags struct {
ldFlags string
libFlags string
yaccFlags string
protoFlags string
toolchain config.Toolchain
clang bool