commit | e3f4b162c66b1a594b0aaae001d19da002f33bd9 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Wed Mar 22 20:27:21 2023 -0400 |
committer | Jeff Vander Stoep <jeffv@google.com> | Wed Mar 29 19:55:49 2023 +0200 |
tree | 948b67e04fd06334530726a1c160064784178f60 | |
parent | cceead7b3e97dde3b9776b4753cb5dedba9a69fa [diff] [blame] |
Use protobuf 2.x instead of 3.x Ignore-AOSP-First: This will go into AOSP, but needs to be submitted here because the topic includes internal changes. Bug: 270895633 Test: build Change-Id: I3a2fcd73b6d34c4314cc81de25601d9b67e73f70
diff --git a/authfs/Android.bp b/authfs/Android.bp index 154a1d6..2532026 100644 --- a/authfs/Android.bp +++ b/authfs/Android.bp
@@ -23,7 +23,7 @@ "liblog_rust", "libnix", "libopenssl", - "libprotobuf", + "libprotobuf_deprecated", "librpcbinder_rs", "libthiserror", ],