We can use the latest SDK snapshot on halibut now.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ic21d6c572bfc29e64dd8472b2022215ed4905d32
if test x"master" = x"$AGLBRANCH" ; then
SDKBASEURL="http://mirror.automotivelinux.org/AGL/snapshots/master/latest/${TARGETSDKMACHINE}/deploy/sdk/"
fi
+if test x"halibut" = x"$AGLBRANCH" ; then
+ SDKBASEURL="http://mirror.automotivelinux.org/AGL/snapshots/halibut/latest/${TARGETSDKMACHINE}/deploy/sdk/"
+fi
+
# special case for dab
if test x"dab" = x"$AGLBRANCH" ; then
if test x"qemuarm64" = x"$TARGETSDKMACHINE"; then