ginkgo: Override fastboot-info.txt

Change-Id: Ide87e1023a1de6ff93c4691394ad389c31038c67
This commit is contained in:
programminghoch10
2025-05-12 14:09:02 +02:00
committed by Skyblueborb
parent e7b86d7a29
commit ec5b8279bd
2 changed files with 16 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ PRODUCT_COPY_FILES += \
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
# Fastboot
TARGET_BOARD_FASTBOOT_INFO_FILE := $(DEVICE_PATH)/fastboot-info.txt
# Rootdir
PRODUCT_PACKAGES += \
fstab.qcom

13
fastboot-info.txt Normal file
View File

@@ -0,0 +1,13 @@
version 1
flash boot
flash dtbo
flash --apply-vbmeta vbmeta
flash recovery
flash system
flash vendor
if-wipe erase cache
if-wipe erase userdata
if-wipe erase metadata