Sync OEM_ENTITLEMENT in license_protocol.proto
[ Merge of http://go/wvgerrit/148729 ] A recent merge from google3 of the ODK code broke builds on the oemcrypto-v17 branch because it depended on a license_protocol.proto change that had not been brought over yet. This patch brings over the missing line to fix the build. Test: build_and_run_all_unit_tests.sh Bug: 236317198 Change-Id: Ia8133696f3156c16ef4bd1382358be5da6159820
This commit is contained in:
@@ -221,6 +221,7 @@ message License {
|
|||||||
// for verifying the received ECM/EMM signature. Only EC key is supported
|
// for verifying the received ECM/EMM signature. Only EC key is supported
|
||||||
// for now.
|
// for now.
|
||||||
PROVIDER_ECM_VERIFIER_PUBLIC_KEY = 7;
|
PROVIDER_ECM_VERIFIER_PUBLIC_KEY = 7;
|
||||||
|
OEM_ENTITLEMENT = 8; // Partner-specific entitlement key.
|
||||||
}
|
}
|
||||||
|
|
||||||
// The SecurityLevel enumeration allows the server to communicate the level
|
// The SecurityLevel enumeration allows the server to communicate the level
|
||||||
|
|||||||
Reference in New Issue
Block a user