зеркало из https://github.com/mozilla/moz-skia.git
Remove extraneous paren.
Review URL: https://codereview.chromium.org/12750004 git-svn-id: http://skia.googlecode.com/svn/trunk@8125 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
059a4c70d7
Коммит
530efc8085
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче