am "Cumulative patch from commit 00033a0903f69b2f0e0c048840bff059f5a3eab9"
merged from goog/mirror-m-wireless-internal-release
4dd28dc Cumulative patch from commit 00033a0903f69b2f0e0c048840bff059f5a3eab9
diff --git a/hs20/client/Android.mk b/hs20/client/Android.mk
index 212aefe..b23ac17 100644
--- a/hs20/client/Android.mk
+++ b/hs20/client/Android.mk
@@ -8,9 +8,12 @@
INCLUDES += external/libxml2/include
INCLUDES += external/curl/include
INCLUDES += external/webkit/Source/WebKit/gtk
-ifneq ($(wildcard external/icu),)
-INCLUDES += external/icu/icu4c/source/common
-else
+
+# We try to keep this compiling against older platform versions.
+# The new icu location (external/icu) exports its own headers, but
+# the older versions in external/icu4c don't, and we need to add those
+# headers to the include path by hand.
+ifeq ($(wildcard external/icu),)
INCLUDES += external/icu4c/common
else
# The LOCAL_EXPORT_C_INCLUDE_DIRS from ICU did not seem to fully resolve the