Add QService binder interface to enable communication to display by the mediaserver for Securing/Unsecuring start and end notifications. Create separate lib for external. Clear reserved field before applying format. Change-Id: I463c9c6deac7587bd0c4e0b84513b5d0b5dd7e98
8 lines
253 B
Makefile
8 lines
253 B
Makefile
ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
|
|
|
|
display-hals := libgralloc libgenlock libcopybit liblight
|
|
display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
|
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
endif
|