summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-02-12 12:25:56 -0800
committerBrian Carlstrom <bdc@google.com>2014-02-12 12:25:56 -0800
commit41dcb9f856a2051527cd595f8fe7d200066acba4 (patch)
tree2ced313e1f56d616d4a5a2317781aea86ea04b4c /Android.mk
parent707c96a9d3b23182d1515a7e683c0885eee08a06 (diff)
downloadart-41dcb9f856a2051527cd595f8fe7d200066acba4.zip
art-41dcb9f856a2051527cd595f8fe7d200066acba4.tar.gz
art-41dcb9f856a2051527cd595f8fe7d200066acba4.tar.bz2
Revert "Add a script for running art standalone."
This reverts commit 1f5a90f28443886ebefcfbd531b8e41ece298cca.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index 8e43879..62d40bb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -92,7 +92,6 @@ include $(art_path)/dex2oat/Android.mk
include $(art_path)/disassembler/Android.mk
include $(art_path)/oatdump/Android.mk
include $(art_path)/dalvikvm/Android.mk
-include $(art_path)/tools/Android.mk
include $(art_build_path)/Android.oat.mk
# ART_HOST_DEPENDENCIES depends on Android.executable.mk above for ART_HOST_EXECUTABLES
@@ -301,12 +300,6 @@ build-art-host: $(ART_HOST_EXECUTABLES) $(ART_HOST_TEST_EXECUTABLES) $(HOS
.PHONY: build-art-target
build-art-target: $(ART_TARGET_EXECUTABLES) $(ART_TARGET_TEST_EXECUTABLES) $(TARGET_CORE_IMG_OUT) $(TARGET_OUT)/lib/libjavacore.so
-.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
-
-.PHONY: art-host-debug
-art-host-debug: art-host $(HOST_OUT)/lib/libartd.so $(HOST_OUT)/bin/dex2oatd
-
########################################################################
# oatdump targets