From 80e8015344589402a3d7b2ab7938452c48e6d133 Mon Sep 17 00:00:00 2001 From: ripee Date: Sun, 9 May 2021 21:58:34 +0200 Subject: [PATCH] gts28vewifi: Define TARGET_CRYPTFS_HW_PATH --- BoardConfig.mk | 3 +++ README.md | 1 + omni.dependencies | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 omni.dependencies diff --git a/BoardConfig.mk b/BoardConfig.mk index 40e07ca..177f082 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -54,6 +54,7 @@ BOARD_MKBOOTIMG_ARGS := --base 0x80000000 --ramdisk_offset 0x02000000 --tags_off # Crypto TARGET_HW_DISK_ENCRYPTION := true +TARGET_CRYPTFS_HW_PATH := vendor/qcom/opensource/cryptfs_hw # Recovery RECOVERY_VARIANT := twrp @@ -81,3 +82,5 @@ TW_INCLUDE_CRYPTO := true TW_INPUT_BLACKLIST := "hbtp_vm" TW_NO_REBOOT_BOOTLOADER := true TW_THEME := portrait_hdpi + +TW_DEVICE_VERSION := 1 diff --git a/README.md b/README.md index a1eab99..b3dbba0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Add to `.repo/local_manifests/gts28vewifi.xml`: ```xml + ``` diff --git a/omni.dependencies b/omni.dependencies new file mode 100644 index 0000000..92e67dd --- /dev/null +++ b/omni.dependencies @@ -0,0 +1,8 @@ +[ + { + "remote":"github", + "repository":"LineageOS/android_vendor_qcom_opensource_cryptfs_hw", + "target_path":"vendor/qcom/opensource/cryptfs_hw", + "revision":"cm-14.1" + } +]