diff options
author | 2018-12-14 11:49:36 -0800 | |
---|---|---|
committer | 2018-12-14 11:49:55 -0800 | |
commit | 7f9ccd53d79d6eb4bfae1e9d2a1300bdf79a361e (patch) | |
tree | 4e10117a43298753bc33459ff2b2c1e186a1e0bf | |
parent | 24258b1fb11a3d57e3cda47bcafcbd37241775b6 (diff) |
Revert "Add missing dependency on zip2zip"
This reverts commit e373b3f08b9b115e6876bcc3227ebea20d039a67.
Test: none
Bug: 119412419
-rw-r--r-- | core/prebuilt_internal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/prebuilt_internal.mk b/core/prebuilt_internal.mk index 013497f126..e11d73c49a 100644 --- a/core/prebuilt_internal.mk +++ b/core/prebuilt_internal.mk @@ -363,7 +363,7 @@ $(built_module) : $(intermediates)/strip.sh $(built_module) : | $(DEXPREOPT_GEN_DEPS) $(built_module) : .KATI_DEPFILE := $(built_module).d endif -$(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN) $(ZIP2ZIP) $(SIGNAPK_JAR) +$(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN) $(SIGNAPK_JAR) $(transform-prebuilt-to-target) $(uncompress-prebuilt-embedded-jni-libs) ifeq (true, $(LOCAL_UNCOMPRESS_DEX)) |