Add i18n as dependency of host run tests.
Bug: 157734636
Test: ./art/test/testrunner/run_build_test_target.py -j80 art-interpreter-tracing
Change-Id: If0b4fa8ba3b320e44fcc60c31ee65f589bd276bf
diff --git a/build/Android.common_path.mk b/build/Android.common_path.mk
index 801a448..2c0976d 100644
--- a/build/Android.common_path.mk
+++ b/build/Android.common_path.mk
@@ -127,4 +127,7 @@
# i18n APEX
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
+
endif # ART_ANDROID_COMMON_PATH_MK