Source release 16.3.0
This commit is contained in:
@@ -149,9 +149,10 @@ bool Properties::GetFactoryKeyboxPath(std::string*) {
|
||||
}
|
||||
|
||||
// static
|
||||
bool Properties::GetOEMCryptoPath(std::string*) {
|
||||
// Unused on CE devices.
|
||||
return false;
|
||||
bool Properties::GetOEMCryptoPath(std::string* path) {
|
||||
if (path == nullptr) return false;
|
||||
*path = "liboemcrypto.so";
|
||||
return true;
|
||||
}
|
||||
|
||||
// static
|
||||
|
||||
Reference in New Issue
Block a user