summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-04-20 19:39:12 -0700
committerMathias Agopian <mathias@google.com>2009-04-24 16:22:36 -0700
commit6ead5d9f140529edfb744584fa5427b84b4dc13a (patch)
tree9685b259637326b603a88f1ff9cf8bb125ae9e1d /libs/surfaceflinger/Android.mk
parent6cf0db228ca275dfcda57d79c55e5fa306809632 (diff)
downloadframeworks_base-6ead5d9f140529edfb744584fa5427b84b4dc13a.zip
frameworks_base-6ead5d9f140529edfb744584fa5427b84b4dc13a.tar.gz
frameworks_base-6ead5d9f140529edfb744584fa5427b84b4dc13a.tar.bz2
a brand new MessageQueue for SurfaceFlinger.
Diffstat (limited to 'libs/surfaceflinger/Android.mk')
-rw-r--r--libs/surfaceflinger/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk
index b8077c7..2b360d6 100644
--- a/libs/surfaceflinger/Android.mk
+++ b/libs/surfaceflinger/Android.mk
@@ -16,6 +16,7 @@ LOCAL_SRC_FILES:= \
LayerDim.cpp \
LayerOrientationAnim.cpp \
LayerOrientationAnimRotate.cpp \
+ MessageQueue.cpp \
OrientationAnimation.cpp \
SurfaceFlinger.cpp \
Tokenizer.cpp \