Widevine MediaCas client code that works with Android R

This commit is contained in:
Lu Chen
2020-08-13 15:18:12 -07:00
parent ff9728aaa2
commit 0f6db6f751
243 changed files with 47012 additions and 0 deletions

10
oemcrypto/Android.bp Normal file
View File

@@ -0,0 +1,10 @@
// Remove two lines below to build reference
// implementation of CAS oemcrypto.
soong_namespace {
}
cc_library_headers {
name: "oemcastroheaders",
export_include_dirs: ["include"],
proprietary: true,
}