diff options
author | Matthias Maennich <maennich@google.com> | 2019-04-02 11:23:34 +0100 |
---|---|---|
committer | Matthias Maennich <maennich@google.com> | 2019-04-02 11:23:34 +0100 |
commit | 8ce41bf7b9383bc8203d2f69b3edef905a20d7f4 (patch) | |
tree | 1884d2509cca52bd18e8376b97fda50569c75fa4 | |
parent | ea2f60b2bc2b568aede5970644b2088df2cb98bf (diff) |
abi/bootstrap: update libabigail 1.5 -> 1.6
Change-Id: Icb890ae075c0949362a9707e3f87044f27932dbb
Signed-off-by: Matthias Maennich <maennich@google.com>
-rwxr-xr-x | abi/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abi/bootstrap b/abi/bootstrap index 30ea3e3..27cbcfe 100755 --- a/abi/bootstrap +++ b/abi/bootstrap @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ABIGAIL_VERSION=1.5 +ABIGAIL_VERSION=1.6 NUM_CORES=$(cat /proc/cpuinfo | grep -c proc) BASE_DIR=$(readlink -f $(dirname $0)) |