commit | 680e80cafde8475e3e4c1f55d67b8547c5c7d2eb | [log] [tgz] |
---|---|---|
author | Matthias Maennich <maennich@google.com> | Mon Apr 15 07:52:12 2019 +0100 |
committer | Matthias Maennich <maennich@google.com> | Tue Apr 16 07:03:24 2019 +0100 |
tree | 713a0140a69b8345137b667a746842214265164a | |
parent | 02963acbce77ae59ce6d271a862212690dc245e5 [diff] |
build_abi.sh: Ensure valid abigail installation As of now, build_abi.sh (indirectly) relies on libabigail while creating the abi dump. In case abigail is not installed or not in PATH, this script will do all the (time consuming) kernel building before failing at its most essential step. Avoid that by ensuring a valid abigail before building the kernel. Change-Id: I979b61de00473f4cfd6537f7151add454a02c1c9 Signed-off-by: Matthias Maennich <maennich@google.com>