| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index 5843b1212b524879af40a8787e3009e69ddeb513..6a81b30eaf7b960f5dd76d296a3f06c6f2a9ce8a 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -118,7 +118,7 @@ android_apk("content_shell_apk") {
|
| apk_name = "ContentShell"
|
| android_manifest = "shell_apk/AndroidManifest.xml"
|
| native_libs = [
|
| - "$root_build_dir/lib.stripped/libcontent_shell_content_view.so"
|
| + "libcontent_shell_content_view.so"
|
| ]
|
| asset_location = content_shell_assets_dir
|
|
|
| @@ -182,7 +182,7 @@ if (cpu_arch != "x64" && cpu_arch != "arm64") {
|
| apk_name = "ChromiumLinkerTest"
|
| DEPRECATED_java_in_dir = "linker_test_apk/src"
|
| native_libs = [
|
| - "$root_build_dir/lib.stripped/liblinker_test.so"
|
| + "liblinker_test.so"
|
| ]
|
| use_chromium_linker = true
|
| enable_chromium_linker_tests = true
|
|
|