Skip to content

Commit

Permalink
trest crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
SavedByLight committed Aug 23, 2024
1 parent c921c55 commit 0d1cb67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ BOARD_AVB_RECOVERY_ROLLBACK_INDEX := 1
BOARD_AVB_RECOVERY_ROLLBACK_INDEX_LOCATION := 1

# Crypto
TW_INCLUDE_CRYPTO := false
TW_INCLUDE_CRYPTO := true
TW_INCLUDE_CRYPTO_FBE := false
TW_INCLUDE_FBE_METADATA_DECRYPT := false
TW_INCLUDE_FBE_METADATA_DECRYPT := true
BOARD_USES_METADATA_PARTITION := true
TW_PREPARE_DATA_MEDIA_EARLY := true

Expand Down Expand Up @@ -169,7 +169,7 @@ TW_BACKUP_EXCLUSIONS := /data/fonts
TWRP_INCLUDE_LOGCAT := true
TARGET_USES_LOGD := true
TW_NO_CPU_TEMP := true
TW_DEVICE_VERSION := TND_3.2_Staging
TW_DEVICE_VERSION := TND_3.3_Staging

# Battery correct percentage
TW_CUSTOM_BATTERY_PATH := /sys/class/power_supply/battery/capacity
Expand Down

0 comments on commit 0d1cb67

Please sign in to comment.