blob: 0b7047a29b9d8cfd2b67a52c0b335038d0a04fd4 [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)
Steve Kondikc99eb852014-11-10 13:02:22 -08008 display-hals += libcopybit 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
Steve Kondikc99eb852014-11-10 13:02:22 -080014ifneq ($(TARGET_PROVIDES_LIBLIGHT),true)
15 display-hals += liblight
16endif
17
Naseer Ahmed74214722013-02-09 08:11:36 -050018ifeq ($(call is-vendor-board-platform,QCOM),true)
19 include $(call all-named-subdir-makefiles,$(display-hals))
20else
Naseer Ahmed07bded62014-04-11 19:46:04 -040021ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
Naseer Ahmed74214722013-02-09 08:11:36 -050022 include $(call all-named-subdir-makefiles,$(display-hals))
23endif
Iliyan Malchevf5c98d12012-06-29 16:54:50 -070024endif
Pothuluraiah Usarthi37274872017-12-11 11:37:08 -080025endif #TARGET_DISABLE_DISPLAY
Ethan Chen527be432014-11-08 23:27:23 -080026
27endif