From a01102aebf13058188dfca24ce43fb29ad61b39a Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Thu, 21 Mar 2024 08:51:02 +0100 Subject: [PATCH] beryllium: Override fastboot-info.txt Change-Id: I1b293436b23eb8dfbc3a60759fee97cc73ba852d --- device.mk | 5 ++++- fastboot-info.txt | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 fastboot-info.txt diff --git a/device.mk b/device.mk index 79949b6..5828c05 100644 --- a/device.mk +++ b/device.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2023 The LineageOS Project +# Copyright (C) 2018-2024 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # @@ -60,6 +60,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ init.target.rc +# Fastboot +TARGET_BOARD_FASTBOOT_INFO_FILE := $(LOCAL_PATH)/fastboot-info.txt + # Fingerprint PRODUCT_PACKAGES += \ com.fingerprints.extension@1.0.vendor \ diff --git a/fastboot-info.txt b/fastboot-info.txt new file mode 100644 index 0000000..905f0f9 --- /dev/null +++ b/fastboot-info.txt @@ -0,0 +1,8 @@ +version 1 +flash boot +flash recovery +flash system +flash cust system_ext.img +flash vendor +if-wipe erase cache +if-wipe erase userdata