summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTatenda Chipeperekwa <tatendac@codeaurora.org>2014-09-17 12:55:01 -0700
committerTatenda Chipeperekwa <tatendac@codeaurora.org>2014-09-29 15:39:58 -0700
commitaf2c004c44fe7ccc0fd1ec8f5718fe0ba90a1758 (patch)
treed31dccca09a6e2b48cda4ded4ae4639603a4c969 /Android.mk
parent1192cd2bd60537ed1aaabfba270ac2cf184cf6ac (diff)
downloadandroid_hardware_qcom_sdm710_display-af2c004c44fe7ccc0fd1ec8f5718fe0ba90a1758.tar.gz
android_hardware_qcom_sdm710_display-af2c004c44fe7ccc0fd1ec8f5718fe0ba90a1758.tar.bz2
android_hardware_qcom_sdm710_display-af2c004c44fe7ccc0fd1ec8f5718fe0ba90a1758.zip
hwc: Rename libexternal to serve HDMI as primary or external
This change will make is easier to build new functionality applicable to both HDMI scenarios. Change-Id: I417184568cb65a49c2ccb4199aff313ae2ee9b24
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 772b66ee..d8b168d2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,5 @@
display-hals := libgralloc libgenlock libcopybit liblight
-display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
+display-hals += libhwcomposer liboverlay libqdutils libhdmi libqservice
display-hals += libmemtrack
ifeq ($(call is-vendor-board-platform,QCOM),true)
include $(call all-named-subdir-makefiles,$(display-hals))