Add zip2zip as dependency of dexing step.
Bug: 69329508 Test: m checkbuild Change-Id: I85f4508b6b1fee357d296bda6f0b6ba02cba70b7
This commit is contained in:
@@ -777,7 +777,7 @@ endif # USE_R8
|
||||
endif # LOCAL_PROGUARD_ENABLED
|
||||
|
||||
ifndef my_r8
|
||||
$(built_dex_intermediate): $(full_classes_proguard_jar) $(DX)
|
||||
$(built_dex_intermediate): $(full_classes_proguard_jar) $(DX) $(ZIP2ZIP)
|
||||
ifneq ($(USE_D8_DESUGAR),true)
|
||||
$(transform-classes.jar-to-dex)
|
||||
else
|
||||
|
Reference in New Issue
Block a user