Merge "Making software km implementation both backup and default" am: 67be8d72bf am: 803b6971a7

Change-Id: Ib11f2cc51a2a262642911f2fff6da65f25c6fa63
diff --git a/keystore/keystore_main.cpp b/keystore/keystore_main.cpp
index 02c2139..7b7430f 100644
--- a/keystore/keystore_main.cpp
+++ b/keystore/keystore_main.cpp
@@ -114,7 +114,6 @@
         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();