am fb651077: Try to fix the build break caused by WVMExtractorImpl.cpp

* commit 'fb651077bae9ac717e32470ec7db0dc69997efc5':
  Try to fix the build break caused by WVMExtractorImpl.cpp
This commit is contained in:
Alvin Huang
2014-11-07 04:13:04 +00:00
committed by Android Git Automerger

View File

@@ -204,9 +204,11 @@ void WVMExtractorImpl::Initialize()
if (mSetupStatus != OK) {
setError(mSetupStatus);
#ifdef REQUIRE_SECURE_BUFFERS
if (mCryptoInitialized) {
OEMCrypto_Terminate();
}
#endif
}
WV_SetWarningToErrorMS(10000);