Commit c10b6211 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Android: Fix gn gen failure for is_debug=false incremental_install=true

Change-Id: I9c5633c38d03ca0c4d4d10e246926a93a970e09a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040003
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarMohamed Heikal <mheikal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738818}
parent 5ad681ff
......@@ -3190,7 +3190,7 @@ if (enable_java_templates) {
# the proper bitness for the app.
_has_native_libs =
defined(invoker.native_libs_filearg) || _loadable_modules != []
if (_has_native_libs) {
if (_has_native_libs && !defined(native_lib_placeholders)) {
native_lib_placeholders = [ "libfix.crbug.384638.so" ]
}
......
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