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
commit98fa221d2a2237d6c0cf6ff7f54f66a30a4d1223 (patch)
tree064b2e04facbadaa1aa97013e3b64137bb01ff65 /hwc/Android.mk
parentbfecb3c1e4d27a6f366c74e27a565324545137e5 (diff)
downloadhardware_ti_omap4-98fa221d2a2237d6c0cf6ff7f54f66a30a4d1223.zip
hardware_ti_omap4-98fa221d2a2237d6c0cf6ff7f54f66a30a4d1223.tar.gz
hardware_ti_omap4-98fa221d2a2237d6c0cf6ff7f54f66a30a4d1223.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