gts28vewifi: Define TARGET_CRYPTFS_HW_PATH

This commit is contained in:
ripee 2021-05-09 21:58:34 +02:00
parent c9e83c09ff
commit 80e8015344
3 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -6,6 +6,7 @@ Add to `.repo/local_manifests/gts28vewifi.xml`:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="LineageOS/android_vendor_qcom_opensource_cryptfs_hw" path="vendor/qcom/opensource/cryptfs_hw" remote="github" revision="cm-14.1" />
<project name="msm8976-common/android_device_samsung_gts28vewifi" path="device/samsung/gts28vewifi" remote="github" revision="android-7.1" />
</manifest>
```

8
omni.dependencies Normal file
View File

@ -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"
}
]