commonsys: Enable unified draw.

CRs-Fixed: 2908286
Change-Id: Ieb73ecc55b155b9035d6276153cf7e12b662d5d7
This commit is contained in:
Pullakavi Srinivas
2021-03-25 15:00:50 +05:30
committed by Gerrit - the friendly Code Review server
parent 3b13f1effd
commit ccddb825d9

View File

@@ -18,10 +18,13 @@ PRODUCT_PACKAGES += libdisplayconfig \
vendor.qti.hardware.display.config-V2-ndk_platform vendor.qti.hardware.display.config-V2-ndk_platform
SOONG_CONFIG_NAMESPACES += qtidisplaycommonsys SOONG_CONFIG_NAMESPACES += qtidisplaycommonsys
SOONG_CONFIG_NAMESPACES += qtiunifeddraw
# Soong Keys # Soong Keys
SOONG_CONFIG_qtidisplaycommonsys := displayconfig_enabled SOONG_CONFIG_qtidisplaycommonsys := displayconfig_enabled
SOONG_CONFIG_qtiunifeddraw := qtiunifeddraw_enabled
# Soong Values # Soong Values
SOONG_CONFIG_qtidisplaycommonsys_displayconfig_enabled := false SOONG_CONFIG_qtidisplaycommonsys_displayconfig_enabled := false
SOONG_CONFIG_qtiunifeddraw_qtiunifeddraw_enabled := true
ifeq ($(call is-vendor-board-platform,QCOM),true) ifeq ($(call is-vendor-board-platform,QCOM),true)
SOONG_CONFIG_qtidisplaycommonsys_displayconfig_enabled := true SOONG_CONFIG_qtidisplaycommonsys_displayconfig_enabled := true