From 9ceee5613b0474e97d0992550344ac02143206fa Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 26 Jun 2012 08:35:16 -0700 Subject: Factory images: erase all partitions. Change-Id: Iaa3248fabeaf976060c4c512c862cb88aae5c26d --- generate-factory-images-common.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'generate-factory-images-common.sh') diff --git a/generate-factory-images-common.sh b/generate-factory-images-common.sh index 5d06a09..a82e3d2 100644 --- a/generate-factory-images-common.sh +++ b/generate-factory-images-common.sh @@ -70,6 +70,18 @@ cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF # See the License for the specific language governing permissions and # limitations under the License. +EOF +if test "$ERASEALL" = "true" +then +cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF +fastboot erase boot +fastboot erase cache +fastboot erase recovery +fastboot erase system +fastboot erase userdata +EOF +fi +cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img fastboot reboot-bootloader sleep $SLEEPDURATION -- cgit v1.1