Skip to content

Commit

Permalink
system: wfd: Disable non-WDS VDS for HWC
Browse files Browse the repository at this point in the history
Disable non-WDS virtual display use cases for HWC.

CRs-Fixed: 3415707

Change-Id: Id826c182593442878ba124a0bf8a210e3456d3e4
  • Loading branch information
Gurkaran Singh authored and xboxfanj committed Oct 8, 2023
1 parent 3d521b9 commit 0bf8d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/wfd/qti-wfd.mk
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 0bf8d1c

Please sign in to comment.