Widevine MediaCas client code that works with Android R
This commit is contained in:
38
oemcrypto/test/Android.bp
Normal file
38
oemcrypto/test/Android.bp
Normal file
@@ -0,0 +1,38 @@
|
||||
cc_binary {
|
||||
name: "oemcrypto_cas_test",
|
||||
proprietary: true,
|
||||
srcs: [
|
||||
"oec_device_features.cpp",
|
||||
"oec_decrypt_fallback_chain.cpp",
|
||||
"oec_key_deriver.cpp",
|
||||
"oec_session_util.cpp",
|
||||
"oemcrypto_corpus_generator_helper.cpp",
|
||||
"oemcrypto_session_tests_helper.cpp",
|
||||
"oemcrypto_test.cpp",
|
||||
"oemcrypto_test_android.cpp",
|
||||
"oemcrypto_test_main.cpp",
|
||||
"wvcrc.cpp",
|
||||
"test_sleep.cpp",
|
||||
],
|
||||
header_libs: [
|
||||
"//vendor/widevine/libwvmediacas/oemcrypto:oemcastroheaders",
|
||||
"media_plugin_headers",
|
||||
],
|
||||
include_dirs: [
|
||||
"vendor/widevine/libwvmediacas/oemcrypto/odk/include",
|
||||
],
|
||||
static_libs: [
|
||||
"//vendor/widevine/libwvmediacas/wvutil:libcasutil",
|
||||
"//vendor/widevine/libwvmediacas/plugin:libwvcasplugins",
|
||||
"libgmock",
|
||||
"libgtest",
|
||||
"libwvcas_odk",
|
||||
"libwvcas_kdo",
|
||||
],
|
||||
shared_libs: [
|
||||
"//vendor/widevine/libwvmediacas/oemcrypto/ref:libcasoemcrypto",
|
||||
"libcrypto",
|
||||
"libutils",
|
||||
"liblog",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user