diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2019-10-22 02:17:40 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 02:24:07 +0300 |
commit | eb96eef02454fe0bf6552388f9d666c267b90fe5 (patch) | |
tree | 807b7715401339cab6701cf5a42ee51b435f89f6 /BoardConfigCommon.mk | |
parent | 470339f75c28db66c1e84ae8fd6d1e4f53479874 (diff) |
sdm660-common: Decommonize cryptfs_hw
* Not needed for file based encryption
which is used on jasmine_sprout
Change-Id: I92e8dafa5babc0d4cae5a7f599269a14fe645ae2
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a66ec61..73a9d11 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -100,9 +100,6 @@ BOARD_CHARGER_DISABLE_INIT_BLANK := true # CNE and DPM BOARD_USES_QCNE := true -# Crypto -TARGET_HW_DISK_ENCRYPTION := true - # Display TARGET_USES_HWC2 := true TARGET_USES_GRALLOC1 := true |