releasetools: Fix CREATE_IMAGE_ONLY in x86 hdimage script.
Change-Id: Ie1c8dbedc16b8edac16f5b76b36df30b3a4eddb1
This commit is contained in:
parent
1e7bfb997f
commit
f8ddf7c81d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue