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

Unified Diff: build/java_apk.gypi

Issue 1292313004: Update usage of Proguard in clank after moving Proguard to third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jbudorick@'s Created 5 years, 4 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/java.gypi ('k') | build/java_prebuilt.gypi » ('j') | 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 f35f51f485c8c99d9be9a178395a979b1cc63eed..8d6ac10c68788f0af972a01872d20bf33d8d01c4 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -1013,7 +1013,7 @@
'--test-jar-path', '<(test_jar_path)',
'--obfuscated-jar-path', '<(obfuscated_jar_path)',
- '--proguard-jar-path', '<(android_sdk_root)/tools/proguard/lib/proguard.jar',
+ '--proguard-jar-path', '<(DEPTH)/third_party/proguard/lib/proguard.jar',
'--stamp', '<(obfuscate_stamp)',
« no previous file with comments | « build/java.gypi ('k') | build/java_prebuilt.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698