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

Unified Diff: build/java_apk.gypi

Issue 11368102: Remove unneeded symbolic link to libraries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 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/android/prepare_library_for_apk ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 509dc0e308931c3d6c3edeceaf7b491401893edb..096d8a92e85c8b75e4fa2e7795a58af800cdeb2f 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -77,11 +77,9 @@
'extension': 'so',
'variables': {
'stripped_library_path': '<(PRODUCT_DIR)/<(package_name)/libs/<(android_app_abi)/<(RULE_INPUT_ROOT).so',
- 'link_dir': '<(android_product_out)/symbols/data/data/<(manifest_package_name)/lib/',
},
'outputs': [
'<(stripped_library_path)',
- '<(link_dir)/<(RULE_INPUT_ROOT).so',
],
# There is no way to do 2 actions for each source library in gyp. So to
# both strip the library and create the link in <(link_dir) a separate
@@ -91,7 +89,6 @@
'<(android_strip)',
'<(RULE_INPUT_PATH)',
'<(stripped_library_path)',
- '<(link_dir)',
],
},
],
« no previous file with comments | « build/android/prepare_library_for_apk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698