Upper-case the i18n host data path for consistency.
Bug: 157734636
Test: m
Change-Id: I6a79114b63c020fe77f1cc51faab8664802970c6
diff --git a/build/Android.common_path.mk b/build/Android.common_path.mk
index 2c0976d..5cf7322 100644
--- a/build/Android.common_path.mk
+++ b/build/Android.common_path.mk
@@ -128,6 +128,6 @@
I18N_APEX := com.android.i18n
# A phony file to create the ICU data file for host.
-host-i18n-data-timestamp := $(HOST_OUT)/$(I18N_APEX)/timestamp
+HOST_I18N_DATA := $(HOST_OUT)/$(I18N_APEX)/timestamp
endif # ART_ANDROID_COMMON_PATH_MK