hiphi: Enable TW_INCLUDE_CRYPTO
* According to the main Android.mk TW_INCLUDE_CRYPTO_FBE is the BoardConfig value to use, which sets TW_INCLUDE_FBE in the source. * Special thanks to bigbiff for the explanation Signed-off-by: 7Soldier <reg.fm4@gmail.com>
This commit is contained in:
parent
a0da322eab
commit
a83a760143
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
|||
PLATFORM_VERSION := 99.87.36
|
||||
PLATFORM_VERSION_LAST_STABLE := $(PLATFORM_VERSION)
|
||||
|
||||
# Crypto
|
||||
TW_INCLUDE_CRYPTO := true
|
||||
TW_INCLUDE_CRYPTO_FBE := true
|
||||
|
||||
# TWRP Configuration
|
||||
TW_THEME := portrait_hdpi
|
||||
TW_Y_OFFSET := 85
|
||||
|
|
Loading…
Reference in a new issue