commit | 43b95eae1e56d289640160a451acc3a8fbfe15b2 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Aug 13 17:03:15 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Sep 05 14:46:16 2019 -0700 |
tree | 97105ac05ffd730f6e81724369f34aeecf23d950 | |
parent | 3342738e82b07afeccf0bc9962ff047093335a1f [diff] |
Adapt to google::protobuf::int64 type change and scoped_ptr removal 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. scoped_ptr has been removed, use std::unique_ptr instead. Bug: 117607748 Test: m checkbuild Change-Id: Idfcaba262c27cf2b895a0a6ded8394c8465547e8 Merged-In: Idfcaba262c27cf2b895a0a6ded8394c8465547e8