Skip to content

Commit

Permalink
gts28velte: Define TARGET_CRYPTFS_HW_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ripee committed May 9, 2021
1 parent e8d874a commit eeba9a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Add to `.repo/local_manifests/gts28velte.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_gts28velte" path="device/samsung/gts28velte" remote="github" revision="android-7.1" />
</manifest>
```
Expand Down
8 changes: 8 additions & 0 deletions omni.dependencies
Original file line number Diff line number Diff line change
@@ -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"
}
]

0 comments on commit eeba9a5

Please sign in to comment.