4a2207de17
Change-Id: If67d2180e395f60a8f7c458495b78b1cc456b847
10 lines
307 B
Makefile
10 lines
307 B
Makefile
#Enables the listed display HAL modules
|
|
#libs to be built for QCOM targets only
|
|
|
|
ifeq ($(call is-vendor-board-platform,QCOM),true)
|
|
display-hals := libgralloc libgenlock libcopybit liblight
|
|
display-hals += libhwcomposer liboverlay libqdutils
|
|
endif
|
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|