Merge "falcon_64: Enable HW FDE"
This commit is contained in:
commit
5c453c09fa
3 changed files with 3 additions and 10 deletions
|
@ -19,13 +19,6 @@ TARGET_2ND_CPU_ABI := armeabi-v7a
|
|||
TARGET_2ND_CPU_ABI2 := armeabi
|
||||
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_USES_UEFI := true
|
||||
TARGET_NO_KERNEL := false
|
||||
|
@ -130,7 +123,7 @@ TARGET_COMPILE_WITH_MSM_KERNEL := true
|
|||
TARGET_PD_SERVICE_ENABLED := true
|
||||
|
||||
#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
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ on fs
|
|||
|
||||
on post-fs
|
||||
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
|
||||
|
||||
on init
|
||||
|
|
|
@ -188,7 +188,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# FBE support
|
||||
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
|
||||
PRODUCT_COPY_FILES += device/qcom/sdm660_64/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf
|
||||
|
|
Loading…
Reference in a new issue