aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc/protobuf_compiler.py
Commit message (Collapse)AuthorAge
* Support for gathering all the protos seen in the transitive closure of ↵Gravatar Sergio Campama2016-05-25
dependencies through the ObjcProtoAspect, compiling and linking the generated protos at the final linking target. This is only enabled for objc_proto_libraries using the portable_proto_filters attribute, and guarded with the "--experimental_auto_top_level_union_objc_protos" flag. This prevents duplicate symbol errors as the generated sources are only linked once. -- MOS_MIGRATED_REVID=123144532