Add Python protobuf support.
Python protobuf std libs will be wrapped in final binary/test par file. Bug: b/70568913 Test: manually create real examples. Change-Id: I7376ec9175f3e03d1adbd20858a7f74e826387ad
This commit is contained in:
@@ -35,6 +35,13 @@ var (
|
||||
},
|
||||
"args")
|
||||
|
||||
combineZip = pctx.AndroidStaticRule("combineZip",
|
||||
blueprint.RuleParams{
|
||||
Command: `$mergeParCmd $out $in`,
|
||||
CommandDeps: []string{"$mergeParCmd"},
|
||||
},
|
||||
)
|
||||
|
||||
hostPar = pctx.AndroidStaticRule("hostPar",
|
||||
blueprint.RuleParams{
|
||||
Command: `sed -e 's/%interpreter%/$interp/g' -e 's/%main%/$main/g' $template > $stub && ` +
|
||||
|
Reference in New Issue
Block a user