1 2/////////////////////////////////////////////////////////////////////////////// 3// 4// THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. 5// 6// This file contains Skia's upstream include/config/SkUserConfig.h as a 7// reference, followed by the actual defines set for Android. 8// 9/////////////////////////////////////////////////////////////////////////////// 10 11 12// Android defines: 13#ifndef SkUserConfig_Android_DEFINED 14#define SkUserConfig_Android_DEFINED 15#ifdef ANDROID 16 #include <utils/misc.h> 17#endif 18 19#if __BYTE_ORDER == __BIG_ENDIAN 20 #define SK_CPU_BENDIAN 21 #undef SK_CPU_LENDIAN 22#else 23 #define SK_CPU_LENDIAN 24 #undef SK_CPU_BENDIAN 25#endif 26 27#define SK_BUILD_FOR_ANDROID 28#define SK_BUILD_FOR_ANDROID_FRAMEWORK 29#define SK_SCALAR_IS_FLOAT 30#define bar 31#define foo 32 33#endif // SkUserConfig_Android_DEFINED 34