forked from openkylin/platform_build
Add missing zipalign dependency
$(align-package) uses $(ZIPALIGN), add it as a dependency to the rule. Bug: 119403628 Test: rm out/host/linux-x86/bin/zipalign && m out/target/product/sailfish/obj/APPS/SystemUI_intermediates/oat/arm64/package.odex Change-Id: Iffc9506fd3168481ad998c5d8423ed4e13e6d11b
This commit is contained in:
parent
ee8b10230c
commit
f9532bb509
|
@ -740,7 +740,7 @@ endif
|
|||
ifdef LOCAL_DEX_PREOPT
|
||||
$(built_odex): PRIVATE_DEX_FILE := $(built_dex)
|
||||
ifeq (true, $(LOCAL_UNCOMPRESS_DEX))
|
||||
$(built_odex): $(ZIP2ZIP)
|
||||
$(built_odex): $(ZIP2ZIP) $(ZIPALIGN)
|
||||
endif
|
||||
# Use pattern rule - we may have multiple built odex files.
|
||||
$(built_odex) : $(dir $(LOCAL_BUILT_MODULE))% : $(built_dex)
|
||||
|
|
Loading…
Reference in New Issue