Update to ODK v19.2

This commit is contained in:
Jacob Trimble
2024-07-08 22:56:53 +00:00
parent 74178f968f
commit 7b5fec3a79
62 changed files with 821 additions and 121 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2019 Google LLC. All rights reserved. This file and proprietary
// Copyright 2019 Google LLC. This file and proprietary
// source code may only be used and distributed under the Widevine
// License Agreement.
@@ -25,6 +25,11 @@ cc_library_static {
"vendor/widevine/libwvdrmengine/oemcrypto/odk/include",
"vendor/widevine/libwvdrmengine/oemcrypto/odk/src",
],
header_libs: [
"jni_headers",
"libbase_headers",
"liblog_headers",
],
srcs: [
"src/odk.c",
@@ -38,7 +43,7 @@ cc_library_static {
proprietary: true,
owner: "widevine",
min_sdk_version: "UpsideDownCake",
min_sdk_version: "34",
}
// ----------------------------------------------------------------
@@ -51,6 +56,11 @@ cc_library_static {
"vendor/widevine/libwvdrmengine/oemcrypto/odk/include",
"vendor/widevine/libwvdrmengine/oemcrypto/odk/src",
],
header_libs: [
"jni_headers",
"libbase_headers",
"liblog_headers",
],
srcs: [
"src/core_message_deserialize.cpp",
@@ -100,6 +110,9 @@ cc_test {
],
srcs: [
"test/odk_golden_v16.cpp",
"test/odk_golden_v17.cpp",
"test/odk_golden_v18.cpp",
"test/odk_test.cpp",
"test/odk_test_helper.cpp",
"test/odk_timer_test.cpp",