| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index 0ba7996ae7038f27b9d8e95c4721ac0fd342f81d..d54779689bbd5c9b1b7b03292c4938a4d1b81f77 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -1738,11 +1738,11 @@ template("android_apk") {
|
| native_libs = _extra_native_libs
|
| native_libs_even_when_incremental =
|
| _extra_native_libs_even_when_incremental
|
| -
|
| - # Placeholders necessary for some older devices.
|
| - # http://crbug.com/395038
|
| - forward_variables_from(invoker, [ "native_lib_placeholders" ])
|
| }
|
| +
|
| + # Placeholders necessary for some older devices.
|
| + # http://crbug.com/395038
|
| + forward_variables_from(invoker, [ "native_lib_placeholders" ])
|
| }
|
|
|
| if ((_native_libs != [] || _extra_native_libs_even_when_incremental != []) &&
|
|
|