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:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user