summaryrefslogtreecommitdiffstats
path: root/security/tee_client_api/s_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/tee_client_api/s_version.h')
-rw-r--r--security/tee_client_api/s_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tee_client_api/s_version.h b/security/tee_client_api/s_version.h
index cff19d7..64a376c 100644
--- a/security/tee_client_api/s_version.h
+++ b/security/tee_client_api/s_version.h
@@ -44,7 +44,7 @@
#if defined(WIN32)
#define S_VERSION_OS "W" /* "W" for Windows PC (XP, Vista…) */
#define S_VERSION_PLATFORM "X" /* "X" for ix86 PC simulators */
-#elif defined(ANDROID)
+#elif defined(__ANDROID32__)
#define S_VERSION_OS "A" /* "A" for Android */
#define S_VERSION_PLATFORM "G" /* "G" for 4430 */
#elif defined(LINUX)