commit | f74defb8086157944b2509463bd59f633173111d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Oct 26 13:04:41 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Sep 06 13:54:11 2019 -0700 |
tree | 68b1a4dbdb5335e6e275179e87fbde9429a294ad | |
parent | d191463bb0a528d3dc97a21b85ad83374b27c239 [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, and add an implementation of ProtoOutputStream::write for long. Bug: 117607748 Test: m checkbuild Change-Id: Ib2d3f4e17857f8ccbbe342ce6678e76b591df510 Merged-In: Ib2d3f4e17857f8ccbbe342ce6678e76b591df510