Skip to content

Commit

Permalink
gts8: Exclude fonts data from backup
Browse files Browse the repository at this point in the history
  • Loading branch information
afaneh92 committed Aug 29, 2022
1 parent afb9ab6 commit 0cfefda
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 @@ -127,7 +127,7 @@ BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
DISABLE_ARTIFACT_PATH_REQUIREMENTS := true

# TWRP specific build flags
TW_DEVICE_VERSION := 2_afaneh92
TW_DEVICE_VERSION := 3_afaneh92
TW_THEME := portrait_hdpi
RECOVERY_TOUCHSCREEN_SWAP_XY := true
RECOVERY_TOUCHSCREEN_FLIP_Y := true
Expand All @@ -149,3 +149,4 @@ TARGET_USES_MKE2FS := true
TW_NO_LEGACY_PROPS := true
TW_NO_BIND_SYSTEM := true
TW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID := true
TW_BACKUP_EXCLUSIONS := /data/fonts

0 comments on commit 0cfefda

Please sign in to comment.