summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2012-06-11 14:41:12 -0700
committerIliyan Malchev <malchev@google.com>2012-06-11 23:50:46 -0700
commit202a77d28ac251545f6f998a974690212309b927 (patch)
tree17a0c28cd6f21eaecc31e3ae92e22ee382314906 /Android.mk
parent07966eed60158efefeb39f82eab9b5bbc75f84f2 (diff)
downloaddisplay-202a77d28ac251545f6f998a974690212309b927.tar.gz
initial GL libraries for msm8960
Change-Id: I16451c70a079894ac326d3564d96f1fbafcd4f1b Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 00000000..127a6de4
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,11 @@
+#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
+#endif
+
+include $(call all-named-subdir-makefiles,$(display-hals))