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

Unified Diff: build/java_aidl.gypi

Issue 10735004: Specify path to aidl tool in gyp file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/android/envsetup.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_aidl.gypi
diff --git a/build/java_aidl.gypi b/build/java_aidl.gypi
index 7819c01df8082556e01985d68dff87599c16aaf9..2d383d0bb1293424742cc25d5d1e4eb9c49d1781 100644
--- a/build/java_aidl.gypi
+++ b/build/java_aidl.gypi
@@ -37,7 +37,7 @@
'<(PRODUCT_DIR)/lib.java/<(RULE_INPUT_ROOT).java',
],
'action': [
- 'aidl',
+ '<(android_sdk_tools)/aidl',
'-p<(android_sdk)/framework.aidl',
'-p<(aidl_interface_file)',
'-o<(PRODUCT_DIR)/lib.java/',
« no previous file with comments | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698