commit | 4a420a6c7b84b3e6076c23e17e8ea9a7adacf22a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Oct 26 13:22:17 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Sep 05 14:44:18 2019 -0700 |
tree | 6fa1ddd1a57fc9c2c8cd828b25e2f4fad135aa4f | |
parent | 1210f45ea764f0d186e55a19c068283a4ff6cfac [diff] |
Adapt to google::protobuf::uint64 type change Protobuf 3.9.1 redefines google::protobuf::uint64 from unsigned long long to uint64_t, which is sometimes unsigned long and sometimes unsigned long long. Use PRIu64 to print it. Bug: 117607748 Test: m checkbuild Change-Id: Idb741c8be97df1c752083350fb8fed257903944c Merged-In: Idb741c8be97df1c752083350fb8fed257903944c