commit | b84a4690f521673ddfedfa5fd79892e411e9a51a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Oct 26 13:22:17 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Sep 04 12:48:31 2019 -0700 |
tree | 0b018367acd9ceb829114c2a28d66d285e8fcddd | |
parent | 1e00b66086511f28eb8ad44196a3556f542a1ec1 [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 Exempt-From-Owner-Approval: approved at https://android-review.googlesource.com/q/Idb741c8be97df1c752083350fb8fed257903944c Change-Id: Idb741c8be97df1c752083350fb8fed257903944c