commit | 8af1ac2a90702efa1fe085b0b0a2ab942eb1a897 | [log] [tgz] |
---|---|---|
author | Ludovic Barman <ludovicb@google.com> | Sat Dec 16 09:06:03 2023 +0000 |
committer | Ludovic Barman <ludovicb@google.com> | Sat Dec 16 10:56:26 2023 +0000 |
tree | 03b313ba3fe2657630b50f2895801ff968e97b76 | |
parent | 1a03031a99f738f61a33e3f03ac9d91b6d5e9eab [diff] |
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 Bug: 308790516 Change-Id: Ib84a01b76a2998249a836fb0278602a5229bd242
diff --git a/tools/aconfig/Android.bp b/tools/aconfig/Android.bp index 82bfa7e..ceeeaf7 100644 --- a/tools/aconfig/Android.bp +++ b/tools/aconfig/Android.bp
@@ -44,7 +44,6 @@ protos: ["protos/aconfig.proto"], crate_name: "aconfig_protos", source_stem: "aconfig_protos", - use_protobuf3: true, host_supported: true, }