Merge "Update clang version used in generate_libandroidicu.py"
am: a7392bd145

Change-Id: I4c36b08ec5e1942791199af563e79f85b0a103ab
diff --git a/tools/icu4c_srcgen/genutil.py b/tools/icu4c_srcgen/genutil.py
index d1cc6df..91bbabe 100644
--- a/tools/icu4c_srcgen/genutil.py
+++ b/tools/icu4c_srcgen/genutil.py
@@ -40,9 +40,9 @@
 import clang.cindex  # pylint: disable=import-error,wrong-import-position
 
 # TODO: Do not hardcode clang version. http://b/119270767
-CLANG_REVISION = 'r353983e'
+CLANG_REVISION = 'r365631b'
 CLANG_LIB_VERSION = '9svn'
-CLANG_HEADER_VERSION = '9.0.5'
+CLANG_HEADER_VERSION = '9.0.7'
 CLANG_PATH = android_path('prebuilts/clang/host/linux-x86/clang-%s' % CLANG_REVISION)