From f8ddf7c81d615ebc99fadb702d1916b8d529b472 Mon Sep 17 00:00:00 2001 From: Cristiano Giuffrida Date: Mon, 29 Dec 2014 03:07:57 +0100 Subject: [PATCH] releasetools: Fix CREATE_IMAGE_ONLY in x86 hdimage script. Change-Id: Ie1c8dbedc16b8edac16f5b76b36df30b3a4eddb1 --- releasetools/x86_hdimage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasetools/x86_hdimage.sh b/releasetools/x86_hdimage.sh index c15e712b2..ec2253143 100755 --- a/releasetools/x86_hdimage.sh +++ b/releasetools/x86_hdimage.sh @@ -106,7 +106,8 @@ then # Now start the build. # sh ${BUILDSH} -j ${JOBS} -m ${ARCH} -O ${OBJ} -D ${DESTDIR} ${BUILDVARS} -U -u distribution - +else + ${CROSS_TOOLS}/nbmake-i386 -C releasetools do-hdboot fi # -- 2.44.0