Merge "Fix Proto compilation on M1 Macs" into tm-dev am: 84c9d3ec90
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17259360 Change-Id: I875319b622edaa62abe0c32a7839125580630dd8
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ dependencies {
|
|||||||
protobuf {
|
protobuf {
|
||||||
// Configure the protoc executable
|
// Configure the protoc executable
|
||||||
protoc {
|
protoc {
|
||||||
artifact = "com.google.protobuf:protoc:${protocVersion}"
|
artifact = "com.google.protobuf:protoc:${protocVersion}${PROTO_ARCH_SUFFIX}"
|
||||||
}
|
}
|
||||||
generateProtoTasks {
|
generateProtoTasks {
|
||||||
all().each { task ->
|
all().each { task ->
|
||||||
|
|||||||
Reference in New Issue
Block a user