lineage: config: Set default values for UDFPS in display HAL
Change-Id: I4308facd2f1f9e56b1a922c6e7aa610a7cf56919
This commit is contained in:
parent
a88d06f120
commit
c6b93b4b4e
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ SOONG_CONFIG_qtidisplay += \
|
|||
headless \
|
||||
llvmsa \
|
||||
gralloc4 \
|
||||
udfps \
|
||||
default
|
||||
|
||||
# Set default values for qtidisplay config
|
||||
|
@ -38,6 +39,7 @@ SOONG_CONFIG_qtidisplay_drmpp ?= false
|
|||
SOONG_CONFIG_qtidisplay_headless ?= false
|
||||
SOONG_CONFIG_qtidisplay_llvmsa ?= false
|
||||
SOONG_CONFIG_qtidisplay_gralloc4 ?= false
|
||||
SOONG_CONFIG_qtidisplay_udfps ?= false
|
||||
SOONG_CONFIG_qtidisplay_default ?= true
|
||||
|
||||
# UM platforms no longer need this set on O+
|
||||
|
|
Loading…
Reference in a new issue