| Index: include/core/SkPreConfig.h
|
| ===================================================================
|
| --- include/core/SkPreConfig.h (revision 8124)
|
| +++ include/core/SkPreConfig.h (working copy)
|
| @@ -49,7 +49,7 @@
|
| * include/exclude something from the framework variant check first that we are
|
| * building for Android then check the status of the framework define.
|
| */
|
| -#if defined(SK_BUILD_FOR_ANDROID_FRAMEWORK)) && !defined(SK_BUILD_FOR_ANDROID)
|
| +#if defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) && !defined(SK_BUILD_FOR_ANDROID)
|
| #define SK_BUILD_FOR_ANDROID
|
| #endif
|
|
|
|
|