summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-05-20 08:48:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-05-20 08:48:36 +0000
commitfdfe733d8fad10fb8370f468fbd5905416f338fa (patch)
treedf161294d4d816392a1202c8e84c4dbefe4b282b
parentda69b35b1cf63d01f337ebc36aad1edee1bcc06a (diff)
parent27a935a5c9af52584420d2da6d643075dc443102 (diff)
Merge "Fix art-host build rule."
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 82b813a9ac..1d42dc7b87 100644
--- a/Android.mk
+++ b/Android.mk
@@ -367,7 +367,7 @@ build-art-target: $(ART_TARGET_EXECUTABLES) $(ART_TARGET_GTEST_EXECUTABLES) $(TA
########################################################################
# "m art-host" for just building the files needed to run the art script
.PHONY: art-host
-art-host: $(HOST_OUT_EXECUTABLES)/art $(HOST_OUT)/bin/dalvikvm $(HOST_OUT)/lib/libart.so $(HOST_OUT)/bin/dex2oat $(HOST_OUT_JAVA_LIBRARIES)/core.art $(HOST_OUT)/lib/libjavacore.so
+art-host: $(HOST_OUT_EXECUTABLES)/art $(HOST_OUT)/bin/dalvikvm $(HOST_OUT)/lib/libart.so $(HOST_OUT)/bin/dex2oat $(HOST_CORE_IMG_OUT) $(HOST_OUT)/lib/libjavacore.so
.PHONY: art-host-debug
art-host-debug: art-host $(HOST_OUT)/lib/libartd.so $(HOST_OUT)/bin/dex2oatd