mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts28vewifi.git
synced 2024-11-07 03:25:49 +00:00
gts28vewifi: Define TARGET_CRYPTFS_HW_PATH
This commit is contained in:
parent
c9e83c09ff
commit
80e8015344
3 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
8
omni.dependencies
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue