Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9743)

Unified Diff: chrome/android/BUILD.gn

Issue 1413753005: GN: Remove mentions of lib.stripped (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/toolchain/gcc_toolchain.gni ('k') | third_party/mojo/src/mojo/public/mojo_application.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « build/toolchain/gcc_toolchain.gni ('k') | third_party/mojo/src/mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698