瀏覽代碼

OF_RECOVERY_AB_FULL_REFLASH_RAMDISK

"OF_RECOVERY_AB_FULL_REFLASH_RAMDISK"
   - set to 1 to trigger flashing the live recovery ramdisk (instead of the recovery partition) to both slots
   - this is only useful if "OF_AB_DEVICE_WITH_RECOVERY_PARTITION" is also enabled.
   - use with caution!
   - if this is enabled, it applies to "Flash current OrangeFox" and "Reflash OrangeFox after flashing a ROM"
     (the process will take much more time, but less vulnerable to non-standard ROM installers overwriting the recovery partition)
   - default = 0


Signed-off-by: Samuel Kendall <kinguser981@gmail.com>
Samuel Kendall 1 年之前
父節點
當前提交
b15ba45462
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fox_cap_sprout.mk

+ 1 - 0
fox_cap_sprout.mk

@@ -21,6 +21,7 @@
 # OrangeFox settings
 OF_NO_TREBLE_COMPATIBILITY_CHECK := 1
 OF_AB_DEVICE_WITH_RECOVERY_PARTITION := 1
+OF_RECOVERY_AB_FULL_REFLASH_RAMDISK := 1
 OF_ENABLE_LPTOOLS := 1
 OF_USE_GREEN_LED := 1
 OF_CLASSIC_LEDS_FUNCTION := 1