Files
android_vendor_qcom_opensou…/Android.mk
Saurabh Shah 56f610dd23 display: Create QService binder interface.
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
2012-09-18 10:21:14 -07:00

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