summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2012-06-14 00:56:20 -0700
committerIliyan Malchev <malchev@google.com>2012-06-21 11:52:07 -0700
commit29a26818d7294055539167b2fbfdaa168bcf725c (patch)
tree9e9445888cb768d8f8a476c99857f36143e73c09 /Android.mk
parent06ff498a7c658fc79f293bd1d61a9fb58a6549d9 (diff)
downloaddisplay-29a26818d7294055539167b2fbfdaa168bcf725c.tar.gz
qcom/display: Update HALs
- 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: I65c687c51be458cee71213c79e03eeda962d9086
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 127a6de4..73024a0d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,11 +1,9 @@
#Enables the listed display HAL modules
-#Libs to be built for all targets (including SDK)
display-hals := libqcomui
-
#libs to be built for QCOM targets only
#ifeq ($(call is-vendor-board-platform,QCOM),true)
-display-hals += libgralloc libgenlock libcopybit
+display-hals += libgralloc libgenlock libcopybit libhwcomposer liboverlay
#endif
include $(call all-named-subdir-makefiles,$(display-hals))