From 729f2f6fb51fe92803195e7989b575b951ad23f2 Mon Sep 17 00:00:00 2001 From: Alex Dale Date: Fri, 17 Jun 2022 19:43:49 -0700 Subject: [PATCH] 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 --- libwvdrmengine/cdm/core/src/license_protocol.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/libwvdrmengine/cdm/core/src/license_protocol.proto b/libwvdrmengine/cdm/core/src/license_protocol.proto index 79206d67..9101ae7c 100644 --- a/libwvdrmengine/cdm/core/src/license_protocol.proto +++ b/libwvdrmengine/cdm/core/src/license_protocol.proto @@ -221,6 +221,7 @@ message License { // for verifying the received ECM/EMM signature. Only EC key is supported // for now. PROVIDER_ECM_VERIFIER_PUBLIC_KEY = 7; + OEM_ENTITLEMENT = 8; // Partner-specific entitlement key. } // The SecurityLevel enumeration allows the server to communicate the level