Fix missing dependency for test-art-host-gtest-dex_method_iterator_test

Change-Id: Ic513bb62c4d18fd2a607241890e48ca2bd51e7d9
diff --git a/Android.mk b/Android.mk
index 981f476..145f8b0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -165,7 +165,7 @@
 	@echo test-art-host-interpreter PASSED
 
 .PHONY: test-art-host-dependencies
-test-art-host-dependencies: $(ART_HOST_TEST_DEPENDENCIES) $(HOST_OUT_SHARED_LIBRARIES)/libarttest$(ART_HOST_SHLIB_EXTENSION)
+test-art-host-dependencies: $(ART_HOST_TEST_DEPENDENCIES) $(HOST_OUT_SHARED_LIBRARIES)/libarttest$(ART_HOST_SHLIB_EXTENSION) $(HOST_CORE_DEX_LOCATIONS)
 
 .PHONY: test-art-host-gtest
 test-art-host-gtest: $(ART_HOST_TEST_TARGETS)