Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95b22264 authored by Sahil Sonar's avatar Sahil Sonar 💬
Browse files

flash: GS290: Ship super_empty.img & enable WIPE_SUPER

parent a1b3c9d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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; }