system: wfd: Disable non-WDS VDS for HWC
Disable non-WDS virtual display use cases for HWC. CRs-Fixed: 3415707 Change-Id: Id826c182593442878ba124a0bf8a210e3456d3e4
This commit is contained in:
parent
3d521b98af
commit
0bf8d1cbcd
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2020 Paranoid Android
|
||||
# Copyright (C) 2023 Paranoid Android
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
@ -22,7 +22,7 @@ PRODUCT_BOOT_JARS += \
|
|||
WfdCommon
|
||||
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
debug.sf.enable_hwc_vds=1 \
|
||||
debug.sf.enable_hwc_vds=0 \
|
||||
persist.debug.wfd.enable=1 \
|
||||
persist.sys.wfd.virtual=0
|
||||
|
||||
|
|
Loading…
Reference in New Issue