Report OEMCrypto Build Information in License Request

Merge from Widevine repo of http://go/wvgerrit/78623

This updates the license request client identification to include
OEMCrypto build information.

Bug: 129070445
Test: ExoPlayer on crosshatch with mod mock
Change-Id: I0dbce0cca4e9810e14f60561e4e434f1dbcadfb6
This commit is contained in:
Fred Gylys-Colwell
2019-05-09 13:24:04 -07:00
parent c71fb10b95
commit 5ee5d00514
3 changed files with 18 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ class CryptoSession {
virtual bool GetBuildInformation(SecurityLevel security_level,
std::string* info);
virtual bool GetBuildInformation(std::string* info);
virtual uint32_t IsDecryptHashSupported(SecurityLevel security_level);