Index: platform_tools/android/tests/expectations/Android.mk |
diff --git a/platform_tools/android/tests/expectations/Android.mk b/platform_tools/android/tests/expectations/Android.mk |
index ec0a3c0ce021bc770d346059d106b1a5a1082dd0..36c0e97396c84668d6fc259859d62af4f8b555ca 100644 |
--- a/platform_tools/android/tests/expectations/Android.mk |
+++ b/platform_tools/android/tests/expectations/Android.mk |
@@ -23,8 +23,8 @@ LOCAL_PATH:= $(call my-dir) |
# 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. |
# |