fi
fi
-run ./build_packages \
+run build_packages \
--board=${BOARD} \
--nowithdebug \
--nowithrevdeps \
--skip-chroot-upgrade \
- --autosetgov \
- $(tfe ${ARG_AUTOTEST} --{,no}withautotest) \
- $(tfe ${ARG_FACTORY} --{,no}withfactory) \
- $(tfe ${ARG_NOPKG} --{no,}usepkg) \
- $(tfe ${ARG_TEST} --{,no}withtest)
-BUILD_IMG="./build_image --board=${BOARD} --noenable_rootfs_verification $(tfe ${ARG_TEST} test base)"
+ $(tfe ${ARG_AUTOTEST} --{,no-}withautotest) \
+ $(tfe ${ARG_FACTORY} --{,no-}withfactory) \
+ $(tfe ${ARG_NOPKG} --{no-,}usepkg) \
+ $(tfe ${ARG_TEST} --{,no-}withtest)
+BUILD_IMG="build_image --board=${BOARD} --no-enable-rootfs-verification $(tfe ${ARG_TEST} test base)"
run ${BUILD_IMG}
IMG_TO_USB="cros flash --yes usb://${ARG_DEV} xbuddy://local/${BOARD}/latest/dev"