commit | 8c06e391ab8ee01828a55477f09e7cff26182174 | [log] [tgz] |
---|---|---|
author | Greg Thompson <grt@chromium.org> | Wed Jun 30 12:48:05 2021 |
committer | Mike Wittman <wittman@chromium.org> | Thu Jul 01 19:27:18 2021 |
tree | 58b4692e658f0cfa0c9f0d8e2644697acd70f653 | |
parent | aab2c874731396232739889ebe8d9e122b9bc448 [diff] |
Make LZMA SDK compatibility shims conditional on the version of the SDK. Shims were previously introduced because Chromium's LZMA SDK is behind Android's. In this CL, we revise the shims so that they are conditional based on the LZMA SDK version in use. This should allow us to update Chromium's LZMA SDK. Ideally, these shims can be removed after Chromium is updated. Bug: 1224596 Change-Id: I4a28edb0033be4c0f2db5b9c00dcb65f7694b9be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/third_party/libunwindstack/+/2996428 Reviewed-by: Mike Wittman <wittman@chromium.org> Bot-Commit: Mike Wittman <wittman@chromium.org>