commit | cfcc0b0337e4f47d3ffa973d5b99ee28cb90ecc2 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Aug 13 17:01:38 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Sep 05 14:46:16 2019 -0700 |
tree | a24ace54219b6453222bad1b0df6d7b179f2701c | |
parent | 50e408db2d1bd015f87996f98b0bc21a39402ab0 [diff] |
Adapt to google::protobuf::int64 type change Protobuf 3.9.1 redefines google::protobuf::int64 from long long to int64_t, which is sometimes long and sometimes long long. Use PRId64 to print it. Bug: 117607748 Test: m checkbuild Change-Id: I6699cfdb0f0424aa3e1c98b59d941beb9f133055 Merged-In: I6699cfdb0f0424aa3e1c98b59d941beb9f133055