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

Unified Diff: chrome/android/BUILD.gn

Issue 721123002: GN: Have android_apk always look for stripped libraries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 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/config/android/rules.gni ('k') | content/shell/android/BUILD.gn » ('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 f28cb920f3413b9f8138ae688748c4d506600dbb..b9ee0599988bfc7b968ddc97c29c523d01f2f7cd 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -333,7 +333,7 @@ android_apk("chrome_shell_apk") {
apk_name = "ChromeShell"
android_manifest = chrome_shell_manifest
native_libs = [
- "$root_build_dir/lib.stripped/libchrome_shell.so"
+ "libchrome_shell.so"
]
asset_location = chrome_shell_assets_dir
@@ -362,7 +362,7 @@ android_apk("chrome_sync_shell_apk") {
apk_name = "ChromeSyncShell"
android_manifest = "sync_shell/java/AndroidManifest.xml"
native_libs = [
- "$root_build_dir/lib.stripped/libchrome_sync_shell.so"
+ "libchrome_sync_shell.so"
]
asset_location = chrome_shell_assets_dir
}
« no previous file with comments | « build/config/android/rules.gni ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698