Revert "Temporarily disable WV L1"

This reverts commit 0bbbf7d84e.

Bug: 63632557
Change-Id: Icfd7ae4dda47449ad6178568c4bec18c898fa5b9
Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
Thierry Strudel
2017-07-21 23:41:49 +00:00
parent bfef9c5748
commit 4e53212b0e
2 changed files with 0 additions and 10 deletions

View File

@@ -147,11 +147,7 @@ bool Properties::GetOEMCryptoPath(std::string* library_name) {
LOGW("Properties::GetOEMCryptoPath: Invalid parameter");
return false;
}
#ifdef DISABLE_OEMCRYPTO_LEVEL_1
#warning !!!! OEMCRYPTO LEVEL 1 IS DISABLED!!!
#else
*library_name = "liboemcrypto.so";
#endif
return true;
}