Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8eb6679 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Sysui gradle project uses protobuf versions that support reserved keyword

Bug: 337046685
Test: build in studio
Change-Id: Ia1896596b02b85065ccf849fa17667173756fbe9
parent 45e8f761
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ protobuf {
    plugins {
        javalite {
            // The codegen for lite comes as a separate artifact
            artifact = "com.google.protobuf:protoc-gen-javalite:${protobuf_version}${PROTO_ARCH_SUFFIX}"
            artifact = "com.google.protobuf:protoc-gen-javalite:${protobuf_lite_version}${PROTO_ARCH_SUFFIX}"
        }
    }
    generateProtoTasks {
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ protobuf {
    plugins {
        javalite {
            // The codegen for lite comes as a separate artifact
            artifact = "com.google.protobuf:protoc-gen-javalite:${protobuf_version}${PROTO_ARCH_SUFFIX}"
            artifact = "com.google.protobuf:protoc-gen-javalite:${protobuf_lite_version}${PROTO_ARCH_SUFFIX}"
        }
    }
    generateProtoTasks {