7341799797
- Update the display HAL from Code Aurora Forum - Add updated overlay library - Enable HWC with basic video going through overlay - Cleanup some files Change-Id: Ia53650759d4fe99bde395b7b4e8e02e6e65845e0
10 lines
299 B
Makefile
10 lines
299 B
Makefile
#Enables the listed display HAL modules
|
|
|
|
display-hals := libqcomui
|
|
#libs to be built for QCOM targets only
|
|
#ifeq ($(call is-vendor-board-platform,QCOM),true)
|
|
display-hals += libgralloc libgenlock libcopybit libhwcomposer liboverlay
|
|
#endif
|
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|