Index: build/android/main_dex_action.gypi |
diff --git a/build/android/main_dex_action.gypi b/build/android/main_dex_action.gypi |
index 7316ae20e9da08ba3025a693ffcb766e70e212b0..40764189db137ad20f8f6e16eba44499e63d7eb5 100644 |
--- a/build/android/main_dex_action.gypi |
+++ b/build/android/main_dex_action.gypi |
@@ -10,8 +10,8 @@ |
# 'action_name': 'some name for the action' |
# 'actions': [ |
# 'variables': { |
-# 'jar_path': 'path to jar', |
-# 'output_path': 'output path' |
+# 'jar_paths': ['path to jar', ...], |
+# 'output_path': 'output path', |
# }, |
# 'includes': [ 'relative/path/to/main_dex_action.gypi' ], |
# ], |
@@ -27,7 +27,7 @@ |
'main_dex_rules_path': '<(DEPTH)/build/android/main_dex_classes.flags', |
}, |
'inputs': [ |
- '<(jar_path)', |
+ '<@(jar_paths)', |
'<(main_dex_list_script)', |
'<(main_dex_rules_path)', |
'<(multidex_configuration_path)', |