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

Commit 8e52f068 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Add missing zipalign dependency" am: 645547b5 am: 9a2456f8

am: f5e51e82

Change-Id: I01dbbe66263a2f58e3e204bdce7fbc87bd576040
parents 0d58036e f5e51e82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -743,7 +743,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)