| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index f2a91a2dc4e8deec591c530700bdac0b957136e4..ce567b3ed33fbc6829709c70d9079f4349e69702 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -420,7 +420,7 @@ chrome_public_apk_tmpl("chrome_public_apk") {
|
| android_manifest = get_target_outputs(":chrome_public_apk_manifest")
|
| android_manifest = android_manifest[1]
|
| apk_name = "ChromePublic"
|
| - native_libs = [ "$root_build_dir/lib.stripped/libchrome_public.so" ]
|
| + native_libs = [ "libchrome_public.so" ]
|
| native_lib_version_rule = "//build/util:chrome_version_json"
|
|
|
| # Only attempt loading the library from the APK for 64 bit devices
|
|
|