commit | 5df996211d4e263feb862121cfafa7f9c8eeda68 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jun 18 17:27:56 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jun 18 17:27:56 2012 -0700 |
tree | f1eaceb2d9e19a026ebb2dfbbbfb249a8c65c850 | |
parent | db403e8ff0d7727015e1a5009bab20eb7ec205bc [diff] [blame] |
fix typo in makefile LOCAL_CFLAGS was spelled LOCAL_CLFAGS Change-Id: I58b96d28f608ce16fcad5ed0efb887e582779e03
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index bc850ea..7323a39 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -118,6 +118,8 @@ if (mDebugDDMS) { DdmConnection::start(getServiceName()); } +#else +#warning "DDMS_DEBUGGING disabled" #endif ALOGI_IF(mDebugRegion, "showupdates enabled");