commit | db403e8ff0d7727015e1a5009bab20eb7ec205bc | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jun 18 16:47:56 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jun 18 16:47:56 2012 -0700 |
tree | d3f1ecdf0c9aae3a7990b4c525a8bbfbd78d2592 | |
parent | d50fdb02091e7d258ed9701af5f57d1b2b15cd61 [diff] [blame] |
split-up Client.h out of SurfaceFlinger.h Change-Id: I1993bf23e417163749d886283563a93d50b361b4
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index 7d2b75a..5da3a2c 100644 --- a/services/surfaceflinger/Android.mk +++ b/services/surfaceflinger/Android.mk
@@ -2,6 +2,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ + Client.cpp \ EventThread.cpp \ Layer.cpp \ LayerBase.cpp \