index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc
/
proto.go
Age
Commit message (
Expand
)
Author
2024-07-26
Soong cc proto fix for grpc plugin
Andrea Marchini
2023-12-08
Remove ConvertWithBp2build implementations
Colin Cross
2023-09-22
Switch bp2build mutator to bottom up
Chris Parsons
2023-08-17
Handle proto.include_dirs in bp2build for CC
Spandan Das
2023-04-27
Ignore test apexes from bp2build generated tags
Spandan Das
2022-12-13
add APEX transitive dependency validation
Sam Delmerico
2022-12-01
Convert apex_available (for supported modules) to bazel tags.
Jingwen Chen
2022-09-14
Support proto modules with external references.
Yu Liu
2022-02-15
convert java proto libraries with bp2build
Sam Delmerico
2022-01-27
Create subdir for cc rules.
Liz Kammer
2021-12-02
bp2build: support full/lite protos in cc libs
Liz Kammer
2020-12-01
Pass pctx and ctx to NewRuleBuilder
Colin Cross
2020-11-25
Soong: add -T to nanopb call to suppress timestamp
Ulf Adams
2019-11-07
Split local and global cflags
Colin Cross
2019-04-02
Add support for protoc plugins
Colin Cross
2019-04-02
Move proto compilation to RuleBuilder
Colin Cross
2019-02-19
Add 16bit and 32bit nanopb library.
Yu Shan
2018-11-17
Add nanopb-c support
Dan Willemsen
2018-05-07
Add a dependency fixer for proto deps
Dan Willemsen
2018-04-10
Consistently use Bool instead of proptools.Bool
Colin Cross
2018-04-05
Fixing protoOutParams concatenation.
Kweku Adams
2018-02-22
Add proto.canonical_path_from_root
Dan Willemsen
2017-12-15
When compiling with the lite protobuf option, pass the option to aprotoc to f...
Joe Onorato
2017-11-07
Change bool, and string properties to *bool, and *string for cc
Nan Zhang
2017-10-24
Move ModuleContext.ModuleBuild to ModuleContext.Build
Colin Cross
2017-10-18
Some clarifications in preparation to automatically order linker dependencies
Jeff Gaston
2017-10-03
Add support for .proto files in java modules
Colin Cross
2017-09-11
Refactor proto in preparation for java proto support
Colin Cross
2017-05-10
Prettify soong ninja build descriptions
Colin Cross
2017-05-02
Update protoc support for libplatformprotos
Colin Cross
2016-11-02
Add subdir to GenPath
Dan Willemsen
2016-10-27
Add support for .proto files
Colin Cross