| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index d28c4814531ffe2e742a605a10de70fbddd468fc..c76e90d4a668436f9ab41d72e924a5462ce8269d 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -993,7 +993,10 @@ template("android_apk") {
|
| " Chromium linker.")
|
| }
|
|
|
| - _native_libs = invoker.native_libs
|
| + _native_libs = process_file_template(
|
| + invoker.native_libs,
|
| + "$root_build_dir/lib.stripped/{{source_file_part}}")
|
| +
|
| _native_libs_dir = base_path + "/libs"
|
|
|
| if (_use_chromium_linker) {
|
|
|