diff options
author | scroggo <scroggo@google.com> | 2014-06-02 13:34:08 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-06-02 13:34:08 -0700 |
commit | 12ba2cbb9b9e2c3c4394eb2887afefa48c4036f5 (patch) | |
tree | 72b323c8e23018e03d9c85acae6c396a2eaee09c /platform_tools | |
parent | be7de4fc4229b70b0954f3ea5e3b053dae4c1a9d (diff) |
Update expectations to fix self tests.
R=epoger@google.com
TBR=epoger@google.com
Author: scroggo@google.com
Review URL: https://codereview.chromium.org/306313004
Diffstat (limited to 'platform_tools')
-rw-r--r-- | platform_tools/android/tests/expectations/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform_tools/android/tests/expectations/Android.mk b/platform_tools/android/tests/expectations/Android.mk index ec0a3c0ce0..36c0e97396 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. # |