Update Widevine apex min_sdk_version to 34
Bug: 287567070 Bug: 294568360 Test: v2/widevine-eng/drm_compliance_apex Change-Id: Iad45bf7a66ff0217724376aa8648ecd613af32c1
This commit is contained in:
@@ -94,7 +94,7 @@ cc_defaults {
|
||||
name: "common_widevine_service-multilib-defaults-aidl",
|
||||
owner: "widevine",
|
||||
proprietary: true,
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
relative_install_path: "hw",
|
||||
include_dirs: [
|
||||
"vendor/widevine/libwvdrmengine/cdm/core/include/",
|
||||
@@ -227,7 +227,7 @@ cc_library_static {
|
||||
"lib_apex_manifest_minimal_proto_lite",
|
||||
],
|
||||
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -290,7 +290,7 @@ cc_library {
|
||||
owner: "widevine",
|
||||
|
||||
proprietary: true,
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
phony {
|
||||
|
||||
@@ -47,7 +47,7 @@ widevine_apex_defaults {
|
||||
// we'll read apex_manifest.pb to get the version. To label apex_manifest.pb
|
||||
// as vendor_configs_file (which the apex can access), turn off force-label.
|
||||
use_file_contexts_as_is: true,
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
|
||||
@@ -39,5 +39,5 @@ cc_library_static {
|
||||
"libbase",
|
||||
],
|
||||
vendor: true,
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
@@ -80,5 +80,5 @@ cc_library_static {
|
||||
],
|
||||
|
||||
proprietary: true,
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
@@ -35,5 +35,5 @@ cc_library {
|
||||
static_libs: ["libcdm_metrics_protos"],
|
||||
whole_static_libs: ["libcdm_metrics_protos"],
|
||||
export_static_lib_headers: ["libcdm_metrics_protos"],
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
@@ -67,5 +67,5 @@ cc_library {
|
||||
type: "full",
|
||||
},
|
||||
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
@@ -75,5 +75,5 @@ cc_library_static {
|
||||
proprietary: true,
|
||||
|
||||
owner: "widevine",
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
@@ -64,5 +64,5 @@ cc_library_static {
|
||||
cflags: ["-Wthread-safety"],
|
||||
|
||||
proprietary: true,
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
@@ -66,5 +66,5 @@ cc_library_static {
|
||||
],
|
||||
|
||||
proprietary: true,
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ cc_library_static {
|
||||
proprietary: true,
|
||||
|
||||
owner: "widevine",
|
||||
min_sdk_version: "UpsideDownCake",
|
||||
min_sdk_version: "34",
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user