Skip to content

Commit

Permalink
Fix data backup
Browse files Browse the repository at this point in the history
Skip /data/fonts during data backup to fix error 255 
* Also switch to stable release
  • Loading branch information
Spector0 committed Jan 12, 2023
1 parent e8b62d6 commit 301cbb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,11 @@ TW_RECOVERY_ADDITIONAL_RELINK_LIBRARY_FILES += \
RECOVERY_LIBRARY_SOURCE_FILES += \
$(TARGET_OUT_SHARED_LIBRARIES)/libion.so
TW_LOAD_VENDOR_MODULES := "adsp_loader_dlkm.ko apr_dlkm.ko q6_notifier_dlkm.ko q6_pdr_dlkm.ko snd_event_dlkm.ko"
TW_BACKUP_EXCLUSIONS := /data/fonts

# Custom TWRP Versioning
ifeq ($(TW_DEVICE_VERSION),)
TW_DEVICE_VERSION=Beta_v1
TW_DEVICE_VERSION=Stable_v1
endif


Expand Down

0 comments on commit 301cbb8

Please sign in to comment.