Index: platform_tools/android/gyp_gen/makefile_writer.py |
diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py |
index 3384773cb6bfb5a4084f18fd4d7b7c4e68ac4be5..e8f9773cff368189b480355f49839dd8279e4445 100644 |
--- a/platform_tools/android/gyp_gen/makefile_writer.py |
+++ b/platform_tools/android/gyp_gen/makefile_writer.py |
@@ -98,8 +98,8 @@ DEBUGGING_HELP = ( |
# needed since your sources and libskia have been built with SK_DEBUG. |
# (2) You're building libskia in debug mode. |
# (a) RECOMMENDED: You can build the entire system in debug mode. Do this by |
-# updating your build/config.mk to include -DSK_DEBUG on the line that |
-# defines COMMON_GLOBAL_CFLAGS |
+# updating your build/core/config.mk to include -DSK_DEBUG on the line |
+# that defines COMMON_GLOBAL_CFLAGS |
# (b) You can update all the users of libskia to define SK_DEBUG when they are |
# building their sources. |
# |