Add widevine vendor apex

Bug: 243699259
Change-Id: Ie1ff0aa9c82f19e0c5412508ac6b67d9083c0cab
This commit is contained in:
Kyle Zhang
2022-09-14 04:12:24 +00:00
parent 20388e323d
commit 249404a8df
15 changed files with 241 additions and 9 deletions

View File

@@ -268,7 +268,6 @@ cc_binary {
init_rc: ["src/android.hardware.drm-service.widevine.rc"],
vintf_fragments: ["manifest_android.hardware.drm-service.widevine.xml"],
}
// ----------------------------------------------------------------------------
@@ -290,8 +289,7 @@ cc_binary {
shared_libs: ["libbinder_ndk"],
init_rc: ["src/android.hardware.drm-service-lazy.widevine.rc"],
vintf_fragments: ["manifest_android.hardware.drm-service.widevine.xml"],
vintf_fragments: ["manifest_android.hardware.drm-service-lazy.widevine.xml"],
}
// ----------------------------------------------------------------------------
@@ -371,7 +369,6 @@ cc_library_static {
],
srcs: cdm_util_src_files,
}
// ----------------------------------------------------------------------------
@@ -537,13 +534,12 @@ cc_library_shared {
owner: "widevine",
proprietary: true,
}
phony {
name: "android.hardware.drm@latest-service.widevine",
required: [
"android.hardware.drm-service.widevine",
"com.google.android.widevine",
],
}