summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-07-24 17:29:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-07-24 17:29:25 +0000
commit468fab0928a4fd68a3599466bf0a246f3e89e438 (patch)
treec4b2ef8ae4e3d14952f450c37a60cc586893179f
parente415a7116f105d94ca8d78619994f35815d9e6c0 (diff)
parent798d9a96e3867373c7b20ddecb4204dd7b9b4939 (diff)
Merge "abi: update libabigail to latest upstream master"
-rwxr-xr-xabi/bootstrap2
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))