Update references to the ART APEX for tests.
Test: art/tools/buildbot-build.sh --host && art/test.py --host --64 --optimizing
Test: art/tools/run-gtests.sh in chroot
Test: art/test/testrunner/testrunner.py --target --64 in chroot
Test: art/tools/run-libcore-tests.sh --mode=device --variant=X64 in chroot
Test: art/tools/run-jdwp-tests.sh --mode=device --variant=X64 in chroot
Bug: 135753770
Change-Id: I876c5a2931970d6a75c1812e0f87bc65ab7bde0f
Merged-In: I876c5a2931970d6a75c1812e0f87bc65ab7bde0f
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 2b8d8ef..5fd1e5b 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -26,8 +26,8 @@
$(HOST_OUT_EXECUTABLES)/jasmin \
$(HOST_OUT_EXECUTABLES)/smali
-# We need the Testing Runtime APEX (which is a superset of the Release
-# and Debug Runtime APEXes) -- which contains dex2oat, dalvikvm, their
+# We need the ART Testing APEX (which is a superset of the Release
+# and Debug APEXes) -- which contains dex2oat, dalvikvm, their
# dependencies and ART gtests -- on the target, as well as the core
# images (all images as we sync only once).
ART_TEST_TARGET_RUN_TEST_DEPENDENCIES := $(TESTING_RUNTIME_APEX) $(TARGET_CORE_IMG_OUTS)