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

Unified Diff: content/shell/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 | « chrome/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698