Merge 1fa94ca73186485157b098258653318e10183595 on remote branch
Change-Id: I6139abbd4c4c3696809284327cbcffae51f1ab09
diff --git a/config/display-product-system.mk b/config/display-product-system.mk
index cdeabd7..6509648 100644
--- a/config/display-product-system.mk
+++ b/config/display-product-system.mk
@@ -14,3 +14,13 @@
libsmomoconfig.qti \
libcomposerextn.qti \
libdisplayconfig.qti
+
+SOONG_CONFIG_NAMESPACES += qtidisplaycommonsys
+# Soong Keys
+SOONG_CONFIG_qtidisplaycommonsys := displayconfig_enabled
+# Soong Values
+SOONG_CONFIG_qtidisplaycommonsys_displayconfig_enabled := false
+
+ifeq ($(call is-vendor-board-platform,QCOM),true)
+ SOONG_CONFIG_qtidisplaycommonsys_displayconfig_enabled := true
+endif