Merge "Add a missing dependency to the prebuilt app rule."
This commit is contained in:
commit
08eb6d9308
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ endif
|
||||||
ifeq ($(module_run_appcompat),true)
|
ifeq ($(module_run_appcompat),true)
|
||||||
$(built_module) : $(AAPT2)
|
$(built_module) : $(AAPT2)
|
||||||
endif
|
endif
|
||||||
$(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN) $(ZIP2ZIP) $(SIGNAPK_JAR)
|
$(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN) $(ZIP2ZIP) $(SIGNAPK_JAR) $(SIGNAPK_JNI_LIBRARY_PATH)
|
||||||
$(transform-prebuilt-to-target)
|
$(transform-prebuilt-to-target)
|
||||||
$(uncompress-prebuilt-embedded-jni-libs)
|
$(uncompress-prebuilt-embedded-jni-libs)
|
||||||
$(remove-unwanted-prebuilt-embedded-jni-libs)
|
$(remove-unwanted-prebuilt-embedded-jni-libs)
|
||||||
|
|
Loading…
Reference in a new issue