diff options
author | Colin Cross <ccross@android.com> | 2018-10-26 13:04:41 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2019-09-06 13:54:11 -0700 |
commit | f74defb8086157944b2509463bd59f633173111d (patch) | |
tree | 68b1a4dbdb5335e6e275179e87fbde9429a294ad /startop/scripts/lib/cmd_utils.py | |
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
Diffstat (limited to 'startop/scripts/lib/cmd_utils.py')
0 files changed, 0 insertions, 0 deletions