whyred: Move FDE from common

Change-Id: I8c746c6255b22f7211c69164c15cc1c7c8fe4e51
This commit is contained in:
dianlujitao 2020-04-20 11:57:31 +08:00 committed by srfarias
parent fc367d0f2e
commit cadb680e8e
2 changed files with 7 additions and 0 deletions

View file

@ -34,6 +34,9 @@ TARGET_OTA_ASSERT_DEVICE := whyred
TARGET_SCREEN_HEIGHT := 2160
TARGET_SCREEN_WIDTH := 1080
# Crypto
TARGET_HW_DISK_ENCRYPTION := true
# Display
TARGET_SCREEN_DENSITY := 420

View file

@ -42,6 +42,10 @@ PRODUCT_COPY_FILES += \
# FM
BOARD_HAVE_QCOM_FM := true
# HW crypto
PRODUCT_PACKAGES += \
vendor.qti.hardware.cryptfshw@1.0-service-qti.qsee
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(DEVICE_PATH)/overlay \