summaryrefslogtreecommitdiffstats
path: root/hwc/Android.mk
diff options
context:
space:
mode:
authorLajos Molnar <molnar@ti.com>2011-08-10 23:36:34 -0500
committerErik Gilling <konkers@android.com>2011-08-24 13:38:42 -0700
commit2125fa148686edfa389121f946377aedaa3d9483 (patch)
treef77c3ac6bb1cc70a922b57a7644cf294f056e37d /hwc/Android.mk
parent78fce72baff38f488a0117591d4241d278a48b1b (diff)
downloadhardware_ti_omap4xxx-2125fa148686edfa389121f946377aedaa3d9483.zip
hardware_ti_omap4xxx-2125fa148686edfa389121f946377aedaa3d9483.tar.gz
hardware_ti_omap4xxx-2125fa148686edfa389121f946377aedaa3d9483.tar.bz2
hwc: add uevent listener to handle switching to HDMI cloning
Added uevent listener that listens to the hdmi switch. Cloning is now enabled by hwc after it receives hpd event. On startup, hpd state is detected to start cloning immediately. Only the DOCK flag will be read from debug.hwc.ext property to determine whether to do full mirroring, or only docking to external display. Change-Id: I7ea888d9048ad642ce1cdc7b71b75c62faafc227 Signed-off-by: Erik Gilling <konkers@android.com>
Diffstat (limited to 'hwc/Android.mk')
-rw-r--r--hwc/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc/Android.mk b/hwc/Android.mk
index af72df2..088e553 100644
--- a/hwc/Android.mk
+++ b/hwc/Android.mk
@@ -7,7 +7,7 @@ include $(CLEAR_VARS)
LOCAL_PRELINK_MODULE := false
LOCAL_ARM_MODE := arm
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/../vendor/lib/hw
-LOCAL_SHARED_LIBRARIES := liblog libEGL libcutils libutils libhardware
+LOCAL_SHARED_LIBRARIES := liblog libEGL libcutils libutils libhardware libhardware_legacy
LOCAL_SRC_FILES := hwc.c
LOCAL_MODULE_TAGS := optional