summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icu4c/source/common/unicode/uconfig.h3
-rw-r--r--libandroidicu/include/unicode/uconfig.h3
-rw-r--r--libicu/cts_headers/unicode/uconfig.h3
-rw-r--r--libicu/ndk_headers/unicode/uconfig.h3
4 files changed, 8 insertions, 4 deletions
diff --git a/icu4c/source/common/unicode/uconfig.h b/icu4c/source/common/unicode/uconfig.h
index 4a6d1a4d8..8017f3079 100644
--- a/icu4c/source/common/unicode/uconfig.h
+++ b/icu4c/source/common/unicode/uconfig.h
@@ -434,7 +434,8 @@
* @deprecated This API is for technology preview only.
*/
#ifndef UCONFIG_NO_MF2
-# define UCONFIG_NO_MF2 0
+// Android patch: Disable experimental MF2 on Android.
+# define UCONFIG_NO_MF2 1
#endif
/**
diff --git a/libandroidicu/include/unicode/uconfig.h b/libandroidicu/include/unicode/uconfig.h
index 4a6d1a4d8..8017f3079 100644
--- a/libandroidicu/include/unicode/uconfig.h
+++ b/libandroidicu/include/unicode/uconfig.h
@@ -434,7 +434,8 @@
* @deprecated This API is for technology preview only.
*/
#ifndef UCONFIG_NO_MF2
-# define UCONFIG_NO_MF2 0
+// Android patch: Disable experimental MF2 on Android.
+# define UCONFIG_NO_MF2 1
#endif
/**
diff --git a/libicu/cts_headers/unicode/uconfig.h b/libicu/cts_headers/unicode/uconfig.h
index 4a6d1a4d8..8017f3079 100644
--- a/libicu/cts_headers/unicode/uconfig.h
+++ b/libicu/cts_headers/unicode/uconfig.h
@@ -434,7 +434,8 @@
* @deprecated This API is for technology preview only.
*/
#ifndef UCONFIG_NO_MF2
-# define UCONFIG_NO_MF2 0
+// Android patch: Disable experimental MF2 on Android.
+# define UCONFIG_NO_MF2 1
#endif
/**
diff --git a/libicu/ndk_headers/unicode/uconfig.h b/libicu/ndk_headers/unicode/uconfig.h
index b21e68868..025fe3830 100644
--- a/libicu/ndk_headers/unicode/uconfig.h
+++ b/libicu/ndk_headers/unicode/uconfig.h
@@ -434,7 +434,8 @@
* \xrefitem deprecated "Deprecated" "Deprecated List" This API is for technology preview only.
*/
#ifndef UCONFIG_NO_MF2
-# define UCONFIG_NO_MF2 0
+// Android patch: Disable experimental MF2 on Android.
+# define UCONFIG_NO_MF2 1
#endif
/**