summaryrefslogtreecommitdiffstats
path: root/core/host_dalvik_java_library.mk
diff options
context:
space:
mode:
authorJean-Philippe Lesot <jplesot@google.com>2015-01-20 14:18:48 +0000
committerJean-Philippe Lesot <jplesot@google.com>2015-01-20 14:19:36 +0000
commit0fbc9ff2a2eed243aabaa75e911e55c4cf4b8d4c (patch)
tree8080e8687c465d0a8b4ade80978b8b7da2a8d7b4 /core/host_dalvik_java_library.mk
parent8bc90fd2d6ccf70b65d2d3aad22b0453b86a262d (diff)
downloadbuild-0fbc9ff2a2eed243aabaa75e911e55c4cf4b8d4c.zip
build-0fbc9ff2a2eed243aabaa75e911e55c4cf4b8d4c.tar.gz
build-0fbc9ff2a2eed243aabaa75e911e55c4cf4b8d4c.tar.bz2
Revert "Use Jack to check build"
This reverts commit 8bc90fd2d6ccf70b65d2d3aad22b0453b86a262d. This CL also impacts standard targets. With Jack enabled, a global 'make' without that CL produce ~287 dex files, with this CL, it produces ~697 dex files. Bug: 19069325 Change-Id: I39853da0cba8226f31037733edc420507d76c8c0
Diffstat (limited to 'core/host_dalvik_java_library.mk')
-rw-r--r--core/host_dalvik_java_library.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/host_dalvik_java_library.mk b/core/host_dalvik_java_library.mk
index dc8be5e..772245e 100644
--- a/core/host_dalvik_java_library.mk
+++ b/core/host_dalvik_java_library.mk
@@ -44,11 +44,7 @@ LOCAL_INTERMEDIATE_TARGETS += \
$(built_dex)
# See comment in java.mk
-ifeq ($(strip $(LOCAL_USE_JACK)),true)
-java_alternative_checked_module := $(full_classes_jack)
-else
java_alternative_checked_module := $(full_classes_compiled_jar)
-endif
#######################################
include $(BUILD_SYSTEM)/base_rules.mk