5e7759135e
This change properly excludes these products from being inherited by non-qcom devices. Beware that the MSM7K_BOARD_PLATFORMS is not in place yet and if you want to try these with currently unsupported devices you will have to define this yourself. Change-Id: I4c7f2d84df4dbde1e18ded4ca9f2333006b89bd6
7 lines
242 B
Makefile
7 lines
242 B
Makefile
#Enables the listed display HAL modules
|
|
|
|
ifeq ($(call is-board-platform-in-list,$(MSM7K_BOARD_PLATFORMS)),true)
|
|
display-hals := libhwcomposer liboverlay libgralloc libcopybit
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
endif
|