Revert "Making software km implementation both backup and default"
This reverts commit cfc8b73b67
.
Reason for revert: Causing pre-submit failure with window manager
Bug: 148773266
Bug: 149892576
Change-Id: I1acd288aa1a1cb004d1118b7db775511a2cda344
This commit is contained in:
parent
cfc8b73b67
commit
ba61bbbc0b
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ KeymasterDevices initializeKeymasters() {
|
|||
LOG(WARNING) << "No secure Keymaster implementation found, but device offers insecure"
|
||||
" Keymaster HAL. Using as default.";
|
||||
result[SecurityLevel::TRUSTED_ENVIRONMENT] = result[SecurityLevel::SOFTWARE];
|
||||
result[SecurityLevel::SOFTWARE] = nullptr;
|
||||
}
|
||||
if (!result[SecurityLevel::SOFTWARE]) {
|
||||
auto fbdev = android::keystore::makeSoftwareKeymasterDevice();
|
||||
|
|
Loading…
Reference in a new issue