summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorSaurabh Shah <saurshah@codeaurora.org>2012-08-07 15:27:06 -0700
committerIliyan Malchev <malchev@google.com>2012-09-18 10:21:14 -0700
commit56f610dd235b577725198e9341caae92379fdf23 (patch)
tree98ce85aa7ca0ef0ab35f1ce3af90044da47927f6 /Android.mk
parent80692ef5648ecd21ad24c505a8ee6a364e4084fd (diff)
downloaddisplay-56f610dd235b577725198e9341caae92379fdf23.tar.gz
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 9a17e5f7..80d5f462 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,7 +1,7 @@
ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
display-hals := libgralloc libgenlock libcopybit liblight
-display-hals +=libhwcomposer liboverlay libqdutils
+display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
include $(call all-named-subdir-makefiles,$(display-hals))
endif