Add property to check if user forces L3
[ Merge of go/wvgerrit/186611 ] Android user can set the property using the developer option. Bug: 301669353 Change-Id: I730b635f6cc28dfb0471c1d679627c94b9e16af1
This commit is contained in:
@@ -129,6 +129,7 @@ cc_defaults {
|
||||
"libwvdrmdrmplugin_aidl",
|
||||
"libwvlevel3",
|
||||
"lib_apex_manifest_minimal_proto_lite",
|
||||
"libPlatformProperties",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -227,6 +228,7 @@ cc_library_static {
|
||||
static_libs: [
|
||||
"libprotobuf-cpp-lite",
|
||||
"lib_apex_manifest_minimal_proto_lite",
|
||||
"libPlatformProperties",
|
||||
],
|
||||
|
||||
min_sdk_version: "34",
|
||||
@@ -286,6 +288,7 @@ cc_library {
|
||||
"libwvdrmdrmplugin_aidl",
|
||||
"libwvlevel3",
|
||||
"lib_apex_manifest_minimal_proto_lite",
|
||||
"libPlatformProperties",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
|
||||
Reference in New Issue
Block a user