2014-04-21 14:45:01 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
|
|
|
|
//
|
|
|
|
// This file contains Skia's upstream include/config/SkUserConfig.h as a
|
|
|
|
// reference, followed by the actual defines set for Android.
|
|
|
|
//
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
// Android defines:
|
|
|
|
#ifndef SkUserConfig_Android_DEFINED
|
|
|
|
#define SkUserConfig_Android_DEFINED
|
|
|
|
#ifdef ANDROID
|
|
|
|
#include <utils/misc.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if __BYTE_ORDER == __BIG_ENDIAN
|
|
|
|
#define SK_CPU_BENDIAN
|
|
|
|
#undef SK_CPU_LENDIAN
|
|
|
|
#else
|
|
|
|
#define SK_CPU_LENDIAN
|
|
|
|
#undef SK_CPU_BENDIAN
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define SK_BUILD_FOR_ANDROID
|
|
|
|
#define SK_BUILD_FOR_ANDROID_FRAMEWORK
|
|
|
|
#define SK_SCALAR_IS_FLOAT
|
|
|
|
#define bar
|
2014-07-14 17:22:02 +00:00
|
|
|
#define foo
|
2014-04-21 14:45:01 +00:00
|
|
|
|
|
|
|
#endif // SkUserConfig_Android_DEFINED
|