releasetools: Fix CREATE_IMAGE_ONLY in x86 hdimage script.

Change-Id: Ie1c8dbedc16b8edac16f5b76b36df30b3a4eddb1
This commit is contained in:
Cristiano Giuffrida 2014-12-29 03:07:57 +01:00 committed by David van Moolenbroek
parent 1e7bfb997f
commit f8ddf7c81d

View file

@ -106,7 +106,8 @@ then
# Now start the build. # Now start the build.
# #
sh ${BUILDSH} -j ${JOBS} -m ${ARCH} -O ${OBJ} -D ${DESTDIR} ${BUILDVARS} -U -u distribution sh ${BUILDSH} -j ${JOBS} -m ${ARCH} -O ${OBJ} -D ${DESTDIR} ${BUILDVARS} -U -u distribution
else
${CROSS_TOOLS}/nbmake-i386 -C releasetools do-hdboot
fi fi
# #