summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-04-16 20:04:08 -0700
committerMathias Agopian <mathias@google.com>2009-04-16 20:04:08 -0700
commit17f638b39f2e8b610ecfa1290e5bc42ab7700c98 (patch)
tree536b2865736b9498d70304db00a64897c472f65f /libs/surfaceflinger/Android.mk
parent6d2c0bc7bfe10a9b70ca608baf626c47a228fa6b (diff)
downloadframeworks_base-17f638b39f2e8b610ecfa1290e5bc42ab7700c98.zip
frameworks_base-17f638b39f2e8b610ecfa1290e5bc42ab7700c98.tar.gz
frameworks_base-17f638b39f2e8b610ecfa1290e5bc42ab7700c98.tar.bz2
more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl.
The WindowManager side of Surface.java holds a SurfaceControl, while the client-side holds a Surface. When the client is in the system process, Surface.java holds both (which is a problem we'll try to fix later).
Diffstat (limited to 'libs/surfaceflinger/Android.mk')
-rw-r--r--libs/surfaceflinger/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk
index ebd588b..b8077c7 100644
--- a/libs/surfaceflinger/Android.mk
+++ b/libs/surfaceflinger/Android.mk
@@ -8,7 +8,6 @@ LOCAL_SRC_FILES:= \
BootAnimation.cpp \
BlurFilter.cpp.arm \
BufferAllocator.cpp \
- CPUGauge.cpp \
Layer.cpp \
LayerBase.cpp \
LayerBuffer.cpp \