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

Unified Diff: components/resource_provider/BUILD.gn

Issue 1236543004: GN (android): Append ".cr" to component .so's to avoid zygote lib collisions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn16
Patch Set: android_shared_library_extension -> android_product_extension (to match GYP) Created 5 years, 5 months 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') | mandoline/app/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/BUILD.gn
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
index f151d120ce560fe25ce82c4e7170309ab84e11ea..0a8363fde01c4feac78b76a5b372e18bf24be62c 100644
--- a/components/resource_provider/BUILD.gn
+++ b/components/resource_provider/BUILD.gn
@@ -11,7 +11,7 @@ if (is_android) {
java_library_path = "$target_out_dir/java_library.dex.jar"
mojo_android_application("resource_provider") {
- input_so = "$root_out_dir/lib.stripped/libresource_provider_lib.so"
+ input_so = "$root_out_dir/lib.stripped/libresource_provider_lib$android_product_extension"
input_dex_jar = java_library_path
deps = [
":java_library",
« no previous file with comments | « build/toolchain/gcc_toolchain.gni ('k') | mandoline/app/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698