Try to fix the build break caused by WVMExtractorImpl.cpp
Merge of https://partner-android-review.googlesource.com/#/c/186263 bug: 18279011 Change-Id: I6d4482827b17ea671a4bd73ab79486583a83fcbf
This commit is contained in:
@@ -204,9 +204,11 @@ void WVMExtractorImpl::Initialize()
|
|||||||
|
|
||||||
if (mSetupStatus != OK) {
|
if (mSetupStatus != OK) {
|
||||||
setError(mSetupStatus);
|
setError(mSetupStatus);
|
||||||
|
#ifdef REQUIRE_SECURE_BUFFERS
|
||||||
if (mCryptoInitialized) {
|
if (mCryptoInitialized) {
|
||||||
OEMCrypto_Terminate();
|
OEMCrypto_Terminate();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
WV_SetWarningToErrorMS(10000);
|
WV_SetWarningToErrorMS(10000);
|
||||||
|
|||||||
Reference in New Issue
Block a user