Merge "Fix Proto compilation on M1 Macs" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-21 20:03:46 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -170,7 +170,7 @@ dependencies {
protobuf {
// Configure the protoc executable
protoc {
artifact = "com.google.protobuf:protoc:${protocVersion}"
artifact = "com.google.protobuf:protoc:${protocVersion}${PROTO_ARCH_SUFFIX}"
}
generateProtoTasks {
all().each { task ->