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

Unified Diff: build/java_aidl.gypi

Issue 1162943008: Make aapt and aidl paths flexible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN builds Created 5 years, 6 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_apk.gypi » ('j') | 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 8f111fdc6ddffcd0fc1f0da00a153204f3fe20bc..dda28942e2b6fd8ae8245d6900192d1f9bd38ea2 100644
--- a/build/java_aidl.gypi
+++ b/build/java_aidl.gypi
@@ -35,6 +35,7 @@
{
'variables': {
+ 'aidl_path%': '<(android_sdk_tools)/aidl',
'intermediate_dir': '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)/aidl',
'aidl_import_include%': '',
'additional_aidl_arguments': [],
@@ -66,7 +67,7 @@
'<(intermediate_dir)/<(RULE_INPUT_ROOT).java',
],
'action': [
- '<(android_sdk_tools)/aidl',
+ '<(aidl_path)',
'-p<(android_sdk)/framework.aidl',
'-p<(aidl_interface_file)',
'<@(additional_aidl_arguments)',
« no previous file with comments | « build/java.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698