Skip to content

Commit

Permalink
xz2c: Drop FDE support entirely
Browse files Browse the repository at this point in the history
Change-Id: Ifecd15ee6c86a4571e5a7cc961372348455c4d5c
  • Loading branch information
niclimcy authored and dtrunk90 committed Oct 6, 2022
1 parent f857187 commit 65be1b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

DEVICE_PATH := device/sony/xz2c

# Crypto
TARGET_HW_DISK_ENCRYPTION := true

# Display
TARGET_SCREEN_DENSITY := 480

Expand Down
4 changes: 0 additions & 4 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/sound_trigger_mixer_paths_wcd9340.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths_wcd9340.xml \
$(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml

# HW crypto
PRODUCT_PACKAGES += \
[email protected]

# Input
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/idc/clearpad.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/clearpad.idc \
Expand Down
9 changes: 0 additions & 9 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,4 @@
<instance>gnss_vendor</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.cryptfshw</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ICryptfsHw</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

0 comments on commit 65be1b9

Please sign in to comment.