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

Commit b1c92177 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge remote-tracking branch 'origin/v3.0-a15' into a15

parents 77452930 4fc03d5d
Loading
Loading
Loading
Loading

flash/FP6/config.mk

0 → 100644
+9 −0
Original line number Diff line number Diff line
HLOS_IMAGES_TARGET := boot.img \
    dtbo.img \
    init_boot.img \
    pvmfw.img \
    recovery.img \
    super.img \
    vbmeta.img \
    vbmeta_system.img \
    vendor_boot.img
+20 −0
Original line number Diff line number Diff line
#!/usr/bin/env bash

# Target device info
PRODUCT="Fairphone 6"
PRODUCT_ID="FP6"

# Target Flashing Images info
FLASH_AB_FW_IMGS="bluetooth devcfg dsp modem xbl tz hyp keymaster abl aop featenabler imagefv multiimgoem qupfw uefisecapp xbl_config aop_config cpucp_dtb uefi vm-bootsys xbl_ramdump cpucp shrm studybk"
FLASH_AB_IMGS="boot dtbo vbmeta_system vbmeta init_boot pvmfw recovery vendor_boot"
FLASH_A_IMGS="super"
ERASE_IMGS="misc userdata metadata"

# Target flash process behavior
CLEAN_FLASH=true
VIRTUAL_AB=true

source factory.common

# Common flashing function
flash_factory