blob: e60993353e0286d46f08274e85f4579970a5f707 [file] [log] [blame]
Ethan Chen527be432014-11-08 23:27:23 -08001ifeq ($(call my-dir),$(call project-path-for,qcom-display))
2
Pothuluraiah Usarthi37274872017-12-11 11:37:08 -08003ifneq ($(TARGET_DISABLE_DISPLAY),true)
Pullakavi Srinivasc6442662016-06-22 02:20:07 +05304sdm-libs := sdm/libs
Naseer Ahmed99051282017-05-15 12:20:07 -04005display-hals := include $(sdm-libs)/utils $(sdm-libs)/core libdebug
Pullakavi Srinivasc6442662016-06-22 02:20:07 +05306
7ifneq ($(TARGET_IS_HEADLESS), true)
8 display-hals += libcopybit liblight libmemtrack hdmi_cec \
Uday Kiran Pichika5f306372018-08-02 16:22:15 -07009 $(sdm-libs)/hwc2 gpu_tonemapper libdrmutils
Pullakavi Srinivasc6442662016-06-22 02:20:07 +053010endif
11
Naseer Ahmed202a6162018-02-09 10:42:10 -050012display-hals += gralloc
Dileep Marchya96db2582014-10-27 20:58:37 -070013
Naseer Ahmed74214722013-02-09 08:11:36 -050014ifeq ($(call is-vendor-board-platform,QCOM),true)
15 include $(call all-named-subdir-makefiles,$(display-hals))
16else
Naseer Ahmed07bded62014-04-11 19:46:04 -040017ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
Naseer Ahmed74214722013-02-09 08:11:36 -050018 include $(call all-named-subdir-makefiles,$(display-hals))
19endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070020endif
Pothuluraiah Usarthi37274872017-12-11 11:37:08 -080021endif #TARGET_DISABLE_DISPLAY
Ethan Chen527be432014-11-08 23:27:23 -080022
23endif