Merge "Add a missing dependency to the prebuilt app rule." am: 08eb6d9308 am: 4933028a4b

Original change: https://android-review.googlesource.com/c/platform/build/+/1673851

Change-Id: If09100eb39bf6040088f42f493fd8bb2a4225e9f
This commit is contained in:
Jaewoong Jung
2021-04-15 17:09:05 +00:00
committed by Automerger Merge Worker

View File

@@ -209,7 +209,7 @@ endif
ifeq ($(module_run_appcompat),true)
$(built_module) : $(AAPT2)
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)
$(uncompress-prebuilt-embedded-jni-libs)
$(remove-unwanted-prebuilt-embedded-jni-libs)