Merge "Make Properties::Init() Take Action Only Once"
This commit is contained in:
@@ -43,7 +43,7 @@ bool GetAndroidProperty(const char* key, std::string* value) {
|
||||
|
||||
namespace wvcdm {
|
||||
|
||||
void Properties::Init() {
|
||||
void Properties::InitOnce() {
|
||||
oem_crypto_use_secure_buffers_ = kPropertyOemCryptoUseSecureBuffers;
|
||||
oem_crypto_use_fifo_ = kPropertyOemCryptoUseFifo;
|
||||
oem_crypto_use_userspace_buffers_ = kPropertyOemCryptoUseUserSpaceBuffers;
|
||||
|
||||
Reference in New Issue
Block a user