Searched refs:OUT_IMGDIR (Results 1 – 1 of 1) sorted by relevance
29 --out) OUT_IMGDIR=$2;shift;34 if [ -z $OUT_IMGDIR ]; then36 OUT_IMGDIR=${ANDROID_PRODUCT_OUT}38 OUT_IMGDIR="${ANDROID_TOP}/out/target/product/hikey"42 if [ ! -d $OUT_IMGDIR ]; then46 echo "android out dir:$OUT_IMGDIR"52 fastboot flash boot ${OUT_IMGDIR}/boot_fat.uefi.img53 fastboot flash system ${OUT_IMGDIR}/system.img54 fastboot flash cache ${OUT_IMGDIR}/cache.img55 fastboot flash userdata ${OUT_IMGDIR}/userdata.img