Add missing dependecy on SOONG_ZIP

Bug: 130111713
Test: treehugger
Change-Id: Ic5b7c4fbefa83cf002c5f30c1b4646f35e718ca2
This commit is contained in:
Dan Willemsen 2019-06-12 06:05:02 +00:00
parent c5b7c4fbef
commit 0706faa2ac
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ endif
## the APK
ifdef LOCAL_DEX_PREOPT
$(my_dex_jar): PRIVATE_DEX_FILE := $(built_dex)
$(my_dex_jar): $(built_dex)
$(my_dex_jar): $(built_dex) $(SOONG_ZIP)
$(hide) mkdir -p $(dir $@) && rm -f $@
$(call create-dex-jar,$@,$(PRIVATE_DEX_FILE))
endif