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

Commit 1b30f3f5 authored by Ludovic Barman's avatar Ludovic Barman Committed by Myles Watson
Browse files

Remove unused use_protobuf3 flag

This is a No-op.
Protobuf3 is used regardless of this flag since https://android-review.git.corp.google.com/c/platform/build/soong/+/2817733

Test: m rust
Flag: EXEMPT, no-op build file change
Bug: 308790516
Change-Id: Ifc055674e97ba1f0b8647e643ab92419314420d2
parent b2d30d48
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -161,7 +161,6 @@ rust_protobuf {
        "com.android.btservices",
    ],
    min_sdk_version: "30",
    use_protobuf3: true,
}

rust_protobuf {
@@ -170,7 +169,6 @@ rust_protobuf {
    source_stem: "topshim_facade",
    host_supported: true,
    grpc_protos: ["blueberry/facade/topshim/facade.proto"],
    use_protobuf3: true,
}

genrule {