Merge "Fix Proto compilation on M1 Macs" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
84c9d3ec90
+1
-1
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user