Commit 8217643e authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

[build] Fix build of Monochrome base module

Make bundle modules depend on the secondary ABI libraries. This should
fix a build race condition where we fail if we build the Monochrome
bundle module before the APK.

Bug: 872998
Change-Id: I756b779ac390e806666f398e00936df29f93cdaf
Reviewed-on: https://chromium-review.googlesource.com/1171217
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Commit-Queue: agrieve <agrieve@chromium.org>
Reviewed-by: default avataragrieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582277}
parent f89db65c
......@@ -2600,7 +2600,7 @@ if (enable_java_templates) {
":$_merge_manifest_target",
":$_build_config_target",
":$_compile_resources_target",
] + _all_native_libs_deps
] + _all_native_libs_deps + _secondary_abi_native_libs_deps
}
_write_installer_json_rule_name = "${_template_name}__incremental_json"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment