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 | |
parent | 470339f75c28db66c1e84ae8fd6d1e4f53479874 (diff) |
sdm660-common: Decommonize cryptfs_hw
* Not needed for file based encryption
which is used on jasmine_sprout
Change-Id: I92e8dafa5babc0d4cae5a7f599269a14fe645ae2
-rw-r--r-- | BoardConfigCommon.mk | 3 | ||||
-rw-r--r-- | configs/manifests/manifest.xml | 10 | ||||
-rw-r--r-- | sdm660.mk | 4 |
3 files changed, 0 insertions, 17 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 diff --git a/configs/manifests/manifest.xml b/configs/manifests/manifest.xml index 8e832f9..2df200c 100644 --- a/configs/manifests/manifest.xml +++ b/configs/manifests/manifest.xml @@ -725,16 +725,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <instance>wifiStats</instance> </interface> </hal> - <!-- cryptfshw HAL service --> - <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> <!-- BluetoothSar service--> <hal format="hidl"> <name>vendor.qti.hardware.bluetooth_sar</name> @@ -256,10 +256,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.health@2.0-service -# HW crypto -PRODUCT_PACKAGES += \ - vendor.qti.hardware.cryptfshw@1.0-service-qti.qsee - # HIDL PRODUCT_PACKAGES += \ android.hidl.base@1.0 |