summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/icu4c_srcgen/genutil.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/icu4c_srcgen/genutil.py b/tools/icu4c_srcgen/genutil.py
index d40e0122d..9aa00a49d 100644
--- a/tools/icu4c_srcgen/genutil.py
+++ b/tools/icu4c_srcgen/genutil.py
@@ -40,9 +40,9 @@ site.addsitedir(android_path('external/clang/bindings/python'))
import clang.cindex # pylint: disable=import-error,wrong-import-position
# TODO: Do not hardcode clang version. http://b/119270767
-CLANG_REVISION = 'r346389b'
-CLANG_LIB_VERSION = '8svn'
-CLANG_HEADER_VERSION = '8.0.6'
+CLANG_REVISION = 'r353983b'
+CLANG_LIB_VERSION = '9svn'
+CLANG_HEADER_VERSION = '9.0.2'
CLANG_PATH = android_path('prebuilts/clang/host/linux-x86/clang-%s' % CLANG_REVISION)