sdm660: Drop cryptfs_hw, not needed for file based encryption
we will be using encryption package as device specific now Change-Id: Ib0c87b8bbe261c1155cd544070ff4bb0143b7e7a
This commit is contained in:
parent
7e226bf4b8
commit
0368d35910
3 changed files with 0 additions and 16 deletions
|
@ -102,9 +102,6 @@ BOARD_USES_QCNE := true
|
||||||
# ConfigFS
|
# ConfigFS
|
||||||
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs
|
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs
|
||||||
|
|
||||||
# Crypto
|
|
||||||
TARGET_HW_DISK_ENCRYPTION := true
|
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
BOARD_USES_ADRENO := true
|
BOARD_USES_ADRENO := true
|
||||||
TARGET_USES_HWC2 := true
|
TARGET_USES_HWC2 := true
|
||||||
|
|
|
@ -534,15 +534,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.qti.hardware.bluetooth_sar</name>
|
<name>vendor.qti.hardware.bluetooth_sar</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
@ -208,10 +208,6 @@ PRODUCT_PACKAGES += \
|
||||||
android.hidl.base@1.0 \
|
android.hidl.base@1.0 \
|
||||||
android.hidl.base@1.0_vendor
|
android.hidl.base@1.0_vendor
|
||||||
|
|
||||||
# HW crypto
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
vendor.qti.hardware.cryptfshw@1.0-service-qti.qsee
|
|
||||||
|
|
||||||
# IDC
|
# IDC
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(COMMON_PATH)/configs/idc/uinput-fpc.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-fpc.idc \
|
$(COMMON_PATH)/configs/idc/uinput-fpc.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-fpc.idc \
|
||||||
|
|
Loading…
Reference in a new issue