From d3561eaef09f757d57f246e005c74da29188c34d Mon Sep 17 00:00:00 2001 From: Jaewoong Jung Date: Tue, 13 Apr 2021 15:03:05 -0700 Subject: [PATCH] Add a missing dependency to the prebuilt app rule. Fixes: 185197439 Test: Manual test with the CLs cherry-picked. Change-Id: I595d02497c6504d06239bf2e3562a5448b88b346 --- core/app_prebuilt_internal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/app_prebuilt_internal.mk b/core/app_prebuilt_internal.mk index 6335728a8a..86a4adf324 100644 --- a/core/app_prebuilt_internal.mk +++ b/core/app_prebuilt_internal.mk @@ -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)