Changes include:
- Let entitled key sessions hold entitlement key id
This commit is contained in:
Lu Chen
2021-06-29 15:28:34 -07:00
parent 065ca035c9
commit 8eb2d07c5f
7 changed files with 66 additions and 73 deletions

View File

@@ -10,7 +10,7 @@
namespace {
// Version format: OEMCrypto_major.OEMCrypto_minor.Plugin_version
constexpr char kWvCasPluginVersion[] = "16.4.1";
constexpr char kWvCasPluginVersion[] = "16.4.2";
bool GetAndroidProperty(const char* key, std::string* value) {
char val[PROPERTY_VALUE_MAX];