diff --git a/device.mk b/device.mk index f2483d6..aaa9120 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 # @@ -61,6 +61,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