瀏覽代碼

Add backup improvements and debug flags to BoardConfigCommon.mk

Co-authored-by: Eduardob3677 <212653915+Eduardob3677@users.noreply.github.com>
copilot-swe-agent[bot] 1 年之前
父節點
當前提交
b1eafe1103
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      BoardConfigCommon.mk

+ 3 - 0
BoardConfigCommon.mk

@@ -88,6 +88,8 @@ TW_INCLUDE_NTFS_3G := true
 TW_EXCLUDE_TWRPAPP := true
 TW_INCLUDE_LOGICAL := true
 TW_SUPPORT_INPUT_AIDL_HAPTICS := true
+TW_USE_NEW_MINADBD := true
+TW_BACKUP_EXCLUSIONS := /data/fonts
 
 # TWRP Debug Flags
 TWRP_EVENT_LOGGING := true
@@ -95,6 +97,7 @@ TARGET_USES_LOGD := true
 TWRP_INCLUDE_LOGCAT := true
 TARGET_RECOVERY_DEVICE_MODULES += debuggerd
 TW_RECOVERY_ADDITIONAL_RELINK_FILES += $(TARGET_OUT_EXECUTABLES)/debuggerd
+TW_NO_LEGACY_PROPS := true
 
 # Encryption
 TW_INCLUDE_CRYPTO := true