Integrate apex version info to Widevine CDM property
Bug: 272587114 Test: dumpsys android.hardware.drm.IDrmFactory/widevine -p Change-Id: Ica99867511391c252b67f40162665380bd2d8740
This commit is contained in:
@@ -128,6 +128,7 @@ cc_defaults {
|
||||
"libwvdrmcryptoplugin_aidl",
|
||||
"libwvdrmdrmplugin_aidl",
|
||||
"libwvlevel3",
|
||||
"lib_apex_manifest_minimal_proto_lite",
|
||||
],
|
||||
|
||||
stl: "c++_static",
|
||||
@@ -152,10 +153,6 @@ cc_binary {
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
],
|
||||
static_libs: [
|
||||
"lib_apex_manifest_minimal_proto_lite",
|
||||
"libprotobuf-cpp-lite",
|
||||
],
|
||||
|
||||
init_rc: ["src/android.hardware.drm-service.widevine.rc"],
|
||||
vintf_fragments: ["manifest_android.hardware.drm-service.widevine.xml"],
|
||||
@@ -225,6 +222,12 @@ cc_library_static {
|
||||
"libcrypto",
|
||||
"liblog",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"libprotobuf-cpp-lite",
|
||||
"lib_apex_manifest_minimal_proto_lite",
|
||||
],
|
||||
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
}
|
||||
|
||||
@@ -273,6 +276,7 @@ cc_library {
|
||||
"libwvdrmcryptoplugin_aidl",
|
||||
"libwvdrmdrmplugin_aidl",
|
||||
"libwvlevel3",
|
||||
"lib_apex_manifest_minimal_proto_lite",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
|
||||
Reference in New Issue
Block a user