Bug 1344625 - Turn on ENABLE_INTL_API=yes on Android's release build. r=m_kato

MozReview-Commit-ID: 81Jpo3MXf1P

--HG--
extra : rebase_source : 2fc69472f977dc26347efcaa6eeeb112c49f0925
This commit is contained in:
Zibi Braniecki 2017-07-17 21:28:35 -07:00
Родитель 7e4c368898
Коммит 51982f7d96
1 изменённых файлов: 1 добавлений и 10 удалений

Просмотреть файл

@ -5035,16 +5035,7 @@ dnl ========================================================
dnl ICU Support
dnl ========================================================
if test "$MOZ_WIDGET_TOOLKIT" != "android" -o -z "$RELEASE_OR_BETA"; then
dnl Disable ICU on android/x86 for testing on tier-1 platform
if test "$MOZ_WIDGET_TOOLKIT" = "android" -a "$CPU_ARCH" = "x86"; then
_INTL_API=no
else
_INTL_API=yes
fi
else
_INTL_API=no
fi
_INTL_API=yes
if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then
USE_ICU=1