diff options
Diffstat (limited to 'include/core/SkThread_platform.h')
-rw-r--r-- | include/core/SkThread_platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkThread_platform.h b/include/core/SkThread_platform.h index 825b737..c6fd058 100644 --- a/include/core/SkThread_platform.h +++ b/include/core/SkThread_platform.h @@ -17,7 +17,7 @@ #ifndef SkThread_platform_DEFINED #define SkThread_platform_DEFINED -#ifdef ANDROID +#if defined(ANDROID) && !defined(SK_BUILD_FOR_ANDROID_NDK) #include <utils/threads.h> #include <utils/Atomic.h> @@ -61,7 +61,7 @@ public: private: bool fIsGlobal; enum { - kStorageIntCount = 12 + kStorageIntCount = 64 }; uint32_t fStorage[kStorageIntCount]; }; |