blob: c2d9f748a772a452b123ce450eb155f59a739d80 [file] [log] [blame]
#!/bin/sh
fastboot \
flash boot_a ${ANDROID_PRODUCT_OUT}/boot.img \
flash system_a ${ANDROID_PRODUCT_OUT}/system.img \
flash boot_b ${ANDROID_PRODUCT_OUT}/boot.img \
flash system_b ${ANDROID_PRODUCT_OUT}/system.img \
flash misc ${ANDROID_PRODUCT_OUT}/misc.img "$@"