Remove ODK from unused makefiles

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

The ODK library is used in OEMCrypto, and in test code, but it is not
needed in the CDM layer. As such, it can be removed from the
Android.mk for cdm libraries.

Bug: 150809634
Test: unit tests
Change-Id: If29458e7d3d940f9a383d77e5082e7388e19c32f
This commit is contained in:
Fred Gylys-Colwell
2020-03-04 15:14:01 -08:00
parent 174c57bb59
commit 96dc665cd5
3 changed files with 0 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ cc_library_static {
"vendor/widevine/libwvdrmengine/cdm/util/include",
"vendor/widevine/libwvdrmengine/cdm/include",
"vendor/widevine/libwvdrmengine/oemcrypto/include",
"vendor/widevine/libwvdrmengine/oemcrypto/odk/include",
"external/jsmn",
"external/protobuf/src",
],