Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 138768c1 authored by Yohann Roussel's avatar Yohann Roussel
Browse files

Remove some useless depencies

... from dexes to jars. This should allow to build less jars when
building dex files with Jack and Jill.

Change-Id: Ib3a717251e3bec3cc73564c205eb908ba1ef380f
parent 22c3fa6d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ $(full_classes_proguard_jar) : $(full_classes_jar)

endif # LOCAL_PROGUARD_ENABLED defined


ifneq ($(strip $(LOCAL_USE_JACK)),true)
# Override PRIVATE_INTERMEDIATES_DIR so that install-dex-debug
# will work even when intermediates != intermediates.COMMON.
$(built_dex_intermediate): PRIVATE_INTERMEDIATES_DIR := $(intermediates.COMMON)
@@ -516,6 +516,7 @@ $(built_dex_intermediate): PRIVATE_DX_FLAGS += --no-locals
endif
$(built_dex_intermediate): $(full_classes_proguard_jar) $(DX)
	$(transform-classes.jar-to-dex)
endif # !LOCAL_USE_JACK

$(built_dex): $(built_dex_intermediate) | $(ACP)
	@echo Copying: $@