Open rougsig opened 1 year ago
note: small part for fix for https://github.com/google/protobuf-gradle-plugin/issues/643.
Second Part will be rewrite generateProtoTask {}
to use spec directly without task
proxy.
Third part will be use extracted values from task as sources for agp/other tasks.
Background To prevent eager task configuration for android, we need to know the list of output folders from generate proto task.
Changes Extract all configuration fields from
GenerateProtoTask
to oneGenerateProtoTaskSpec
field.Test plan Green pipelines.