Loading flash/GS290/config.mk +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ HLOS_IMAGES_TARGET := boot.img \ product.img \ recovery.img \ system.img \ super_empty.img \ system_ext.img \ vbmeta.img \ vendor.img flash/GS290/flash_GS290_factory.sh +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ ERASE_IMGS="userdata metadata" # Target flash process behavior CLEAN_FLASH=true USE_FASTBOOTD=true WIPE_SUPER=true # Source common functions source ./factory.common || { echo "ERROR: Failed to source factory.common"; exit 1; } Loading Loading
flash/GS290/config.mk +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ HLOS_IMAGES_TARGET := boot.img \ product.img \ recovery.img \ system.img \ super_empty.img \ system_ext.img \ vbmeta.img \ vendor.img
flash/GS290/flash_GS290_factory.sh +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ ERASE_IMGS="userdata metadata" # Target flash process behavior CLEAN_FLASH=true USE_FASTBOOTD=true WIPE_SUPER=true # Source common functions source ./factory.common || { echo "ERROR: Failed to source factory.common"; exit 1; } Loading