diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-07-24 17:29:25 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-07-24 17:29:25 +0000 |
commit | 468fab0928a4fd68a3599466bf0a246f3e89e438 (patch) | |
tree | c4b2ef8ae4e3d14952f450c37a60cc586893179f | |
parent | e415a7116f105d94ca8d78619994f35815d9e6c0 (diff) | |
parent | 798d9a96e3867373c7b20ddecb4204dd7b9b4939 (diff) |
Merge "abi: update libabigail to latest upstream master"
-rwxr-xr-x | abi/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abi/bootstrap b/abi/bootstrap index d158522..3630eb5 100755 --- a/abi/bootstrap +++ b/abi/bootstrap @@ -15,7 +15,7 @@ # limitations under the License. ELFUTILS_VERSION=elfutils-0.176 -ABIGAIL_VERSION=85f185a6 +ABIGAIL_VERSION=d7ae619f NUM_CORES=$(cat /proc/cpuinfo | grep -c proc) BASE_DIR=$(readlink -f $(dirname $0)) |