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

Unified Diff: build/java_apk.gypi

Issue 13537006: Add input md5 check to create_device_library_links.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/android/gyp/create_device_library_links.py ('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 f1efacce939cdf06835bb69ce55c4d0b74e5713a..ef949e1e7afd32b44638b0c5a8b5c3f3e844f94b 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -260,6 +260,7 @@
'python', '<(DEPTH)/build/android/gyp/create_device_library_links.py',
'--apk=<(final_apk_path)',
'--libraries-json=<(ordered_libraries_file)',
+ '--libraries-dir=<(apk_libraries_dir)',
'--target-dir=<(device_library_dir)',
'--stamp=<(link_stamp)',
],
« no previous file with comments | « build/android/gyp/create_device_library_links.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698