Add nanopb-c support

Test: cd hardware/ril; mma
Change-Id: Id1481940d15a2a3f6eb29af54ee30080ff2286cb
This commit is contained in:
Dan Willemsen
2018-11-16 21:05:32 -08:00
parent 8ba47246c2
commit 60e62f0c44
6 changed files with 85 additions and 21 deletions

View File

@@ -231,8 +231,6 @@ type builderFlags struct {
ldFlags string
libFlags string
yaccFlags string
protoFlags string
protoOutParams string
tidyFlags string
sAbiFlags string
yasmFlags string
@@ -242,7 +240,6 @@ type builderFlags struct {
tidy bool
coverage bool
sAbiDump bool
protoRoot bool
systemIncludeFlags string
@@ -252,6 +249,14 @@ type builderFlags struct {
stripKeepMiniDebugInfo bool
stripAddGnuDebuglink bool
stripUseLlvmStrip bool
protoDeps android.Paths
protoFlags string
protoOutTypeFlag string
protoOutParams string
protoC bool
protoOptionsFile bool
protoRoot bool
}
type Objects struct {