Commit 5b17a8f1 authored by Shane Fitzpatrick's avatar Shane Fitzpatrick Committed by Chromium LUCI CQ

Updating build/install-build-deps.sh to allow libbrlapi0.8

Bug: 1157630
Change-Id: I0be59d1997832087f12c1373b4d4112240bb65a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586087Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Shane Fitzpatrick <shanefitz@google.com>
Cr-Commit-Position: refs/heads/master@{#835904}
parent b2bdc4e9
......@@ -498,7 +498,9 @@ else
dev_list="${dev_list} libudev0"
nacl_list="${nacl_list} libudev0:i386"
fi
if package_exists libbrlapi0.7; then
if package_exists libbrlapi0.8; then
dev_list="${dev_list} libbrlapi0.8"
elif package_exists libbrlapi0.7; then
dev_list="${dev_list} libbrlapi0.7"
elif package_exists libbrlapi0.6; then
dev_list="${dev_list} libbrlapi0.6"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment