sm8450-common: Enable TDES support when Keymaster 4.0 is enabled
Add ro.hardware.keystore_desede to property list to pass CtsSecurityTestCases TDES related tests. Change-Id: I02e34e93b52f82546dffc2c4f2cce78671885310
This commit is contained in:
parent
14bf8731ea
commit
f2b2c87a82
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ vendor.gralloc.disable_ubwc=0
|
|||
# Incremental
|
||||
ro.incremental.enable=yes
|
||||
|
||||
# Keystore
|
||||
ro.hardware.keystore_desede=true
|
||||
|
||||
# Media
|
||||
debug.c2.use_dmabufheaps=1
|
||||
debug.stagefright.c2inputsurface=-1
|
||||
|
|
Loading…
Reference in a new issue