diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-05-28 11:02:48 +0000 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-05-28 11:02:48 +0000 |
commit | 2e825c5013a26b538638c82c89a09df8181506bd (patch) | |
tree | 7e6f59916c0ea4084a039b1c7e5e5aaee7d9e8cc | |
parent | c0221c641bf2863dd323510e40d1dab1f394bb6f (diff) |
disable FDE
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index db777b9..1d7dfe7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -122,9 +122,6 @@ OVERRIDE_RS_DRIVER := libRSDriver_adreno.so # DRM TARGET_ENABLE_MEDIADRM_64 := true -# Encryption -TARGET_HW_DISK_ENCRYPTION := true - # Exclude serif fonts for saving system.img size. EXCLUDE_SERIF_FONTS := true |