Revert "Use Jack to check build"
This reverts commit 8bc90fd2d6
.
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
This commit is contained in:
@@ -44,11 +44,7 @@ LOCAL_INTERMEDIATE_TARGETS += \
|
|||||||
$(built_dex)
|
$(built_dex)
|
||||||
|
|
||||||
# See comment in java.mk
|
# 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)
|
java_alternative_checked_module := $(full_classes_compiled_jar)
|
||||||
endif
|
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
include $(BUILD_SYSTEM)/base_rules.mk
|
include $(BUILD_SYSTEM)/base_rules.mk
|
||||||
|
@@ -256,17 +256,14 @@ LOCAL_INTERMEDIATE_TARGETS += $(RenderScript_file_stamp)
|
|||||||
LOCAL_RESOURCE_DIR := $(LOCAL_INTERMEDIATE_SOURCE_DIR)/renderscript/res $(LOCAL_RESOURCE_DIR)
|
LOCAL_RESOURCE_DIR := $(LOCAL_INTERMEDIATE_SOURCE_DIR)/renderscript/res $(LOCAL_RESOURCE_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
java_alternative_checked_module :=
|
|
||||||
ifdef full_classes_jar
|
|
||||||
ifneq ($(strip $(LOCAL_USE_JACK)),true)
|
|
||||||
# All of the rules after full_classes_compiled_jar are very unlikely
|
# All of the rules after full_classes_compiled_jar are very unlikely
|
||||||
# to fail except for bugs in their respective tools. If you would
|
# to fail except for bugs in their respective tools. If you would
|
||||||
# like to run these rules, add the "all" modifier goal to the make
|
# like to run these rules, add the "all" modifier goal to the make
|
||||||
# command line.
|
# command line.
|
||||||
|
ifdef full_classes_jar
|
||||||
java_alternative_checked_module := $(full_classes_compiled_jar)
|
java_alternative_checked_module := $(full_classes_compiled_jar)
|
||||||
else
|
else
|
||||||
java_alternative_checked_module := $(full_classes_jack)
|
java_alternative_checked_module :=
|
||||||
endif # !LOCAL_USE_JACK
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# TODO: It looks like the only thing we need from base_rules is
|
# TODO: It looks like the only thing we need from base_rules is
|
||||||
|
Reference in New Issue
Block a user