summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuliano Procida <gprocida@google.com>2020-04-14 20:57:33 +0100
committerMatthias Maennich <maennich@google.com>2020-04-14 20:17:20 +0000
commitbc1b5498fb67eebc885c733f4ac935125b038514 (patch)
tree9a43787b9914d4d9d0c3183e6266ac8b434f9560
parent9b53ced50b9324f486c265881b1332bbbe468068 (diff)
downloadbuild-bc1b5498fb67eebc885c733f4ac935125b038514.tar.gz
abi: update libabigail to latest upstream mm-next
Upstream commit: 6b54e4085fa4b57f846dcdf40944cb91e76f6e6e In this release: - fix symbol whitelist variable suppression bug Bug: 153703873 Bug: 153623444 Signed-off-by: Giuliano Procida <gprocida@google.com> Change-Id: If077c839e069396d0ae2b442c02f058e53da4c35
-rwxr-xr-xabi/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi/bootstrap b/abi/bootstrap
index 8c8ac488..5e46a40c 100755
--- a/abi/bootstrap
+++ b/abi/bootstrap
@@ -15,7 +15,7 @@
# limitations under the License.
ELFUTILS_VERSION=elfutils-0.179
-ABIGAIL_VERSION=e6ca11d4
+ABIGAIL_VERSION=6b54e408
NUM_CORES=$(cat /proc/cpuinfo | grep -c proc)
BASE_DIR=$(readlink -f $(dirname $0))