summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-08-15 20:44:40 -0700
committerMathias Agopian <mathias@google.com>2011-08-15 20:44:40 -0700
commit8afb7e39a83a3e31170612d562eb08508e328388 (patch)
tree8cf306d8087be89dcfab1f4aa3b5f7c66315259a /services/surfaceflinger/Android.mk
parent29c70bca6dc3a29100a660e9c7aa772c30fd1a5d (diff)
downloadframeworks_native-8afb7e39a83a3e31170612d562eb08508e328388.zip
frameworks_native-8afb7e39a83a3e31170612d562eb08508e328388.tar.gz
frameworks_native-8afb7e39a83a3e31170612d562eb08508e328388.tar.bz2
as a debug option SrufaceFlinger can now connect to DDMS
this is disabled by default. To enable: setprop debug.sf.ddms 1 this debug option requires to restart SurfaceFlinger Change-Id: Ic2f8050b29911b55bcd21721648b6978700c277d
Diffstat (limited to 'services/surfaceflinger/Android.mk')
-rw-r--r--services/surfaceflinger/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index b178e49..51eb0a3 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -5,6 +5,7 @@ LOCAL_SRC_FILES:= \
Layer.cpp \
LayerBase.cpp \
LayerDim.cpp \
+ DdmConnection.cpp \
DisplayHardware/DisplayHardware.cpp \
DisplayHardware/DisplayHardwareBase.cpp \
DisplayHardware/HWComposer.cpp \
@@ -36,6 +37,9 @@ LOCAL_SHARED_LIBRARIES := \
libui \
libgui
+# this is only needed for DDMS debugging
+LOCAL_SHARED_LIBRARIES += libdvm libandroid_runtime
+
LOCAL_C_INCLUDES := \
$(call include-path-for, corecg graphics)