Merge "falcon_64: Enable HW FDE"

This commit is contained in:
Linux Build Service Account 2017-06-30 23:39:30 -07:00 committed by Gerrit - the friendly Code Review server
commit 5c453c09fa
3 changed files with 3 additions and 10 deletions

View file

@ -19,13 +19,6 @@ TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a53 TARGET_2ND_CPU_VARIANT := cortex-a53
ifeq ($(TARGET_USES_AOSP), true)
TARGET_HW_DISK_ENCRYPTION := false
else
#Enable HW based full disk encryption
TARGET_HW_DISK_ENCRYPTION := true
endif
TARGET_NO_BOOTLOADER := false TARGET_NO_BOOTLOADER := false
TARGET_USES_UEFI := true TARGET_USES_UEFI := true
TARGET_NO_KERNEL := false TARGET_NO_KERNEL := false
@ -130,7 +123,7 @@ TARGET_COMPILE_WITH_MSM_KERNEL := true
TARGET_PD_SERVICE_ENABLED := true TARGET_PD_SERVICE_ENABLED := true
#Enable HW based full disk encryption #Enable HW based full disk encryption
#TARGET_HW_DISK_ENCRYPTION := true TARGET_HW_DISK_ENCRYPTION := true
TARGET_CRYPTFS_HW_PATH := device/qcom/common/cryptfs_hw TARGET_CRYPTFS_HW_PATH := device/qcom/common/cryptfs_hw

View file

@ -56,7 +56,7 @@ on fs
on post-fs on post-fs
start qseecomd start qseecomd
exec - root root root -- /system/bin/init.qti.qseecomd.sh exec - system system -- /vendor/bin/init.qti.qseecomd.sh
write /dev/ipa 1 write /dev/ipa 1
on init on init

View file

@ -188,7 +188,7 @@ PRODUCT_COPY_FILES += \
# FBE support # FBE support
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/qcom/sdm660_64/init.qti.qseecomd.sh:system/bin/init.qti.qseecomd.sh device/qcom/sdm660_64/init.qti.qseecomd.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qti.qseecomd.sh
# MSM IRQ Balancer configuration file # MSM IRQ Balancer configuration file
PRODUCT_COPY_FILES += device/qcom/sdm660_64/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf PRODUCT_COPY_FILES += device/qcom/sdm660_64/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf