commit | d211d86e5cb878d4f16eb10b37168bdf6735af52 | [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 | fbc415b2cce794ca3a9e65be14b0c8b5df4cd49a [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