Temporarily disable WV L1
For dogfooding, force fallback to widevine L3 bug:63673310 Change-Id: Ib222d4119e358ecfdaae44d1627d914a9b79d44e
This commit is contained in:
@@ -147,7 +147,11 @@ 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user