Add a missing dependency to the prebuilt app rule.
Fixes: 185197439 Test: Manual test with the CLs cherry-picked. Change-Id: I595d02497c6504d06239bf2e3562a5448b88b346
This commit is contained in:
parent
002dd30e94
commit
d3561eaef0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue