summaryrefslogtreecommitdiff
path: root/icu/icu4c-android.patch
diff options
context:
space:
mode:
Diffstat (limited to 'icu/icu4c-android.patch')
-rw-r--r--icu/icu4c-android.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/icu/icu4c-android.patch b/icu/icu4c-android.patch
index f8163d3052c3..1056ea49adca 100644
--- a/icu/icu4c-android.patch
+++ b/icu/icu4c-android.patch
@@ -84,3 +84,12 @@
#else
# define U_HAVE_NL_LANGINFO_CODESET 1
#endif
+@@ -114,6 +114,8 @@
+
+ #ifdef U_TIMEZONE
+ /* Use the predefined value. */
++#elif defined(__ANDROID__)
++# define U_TIMEZONE timezone
+ #elif U_PLATFORM_IS_LINUX_BASED
+ # define U_TIMEZONE __timezone
+ #elif U_PLATFORM_USES_ONLY_WIN32_API