Index: build/android/gyp/main_dex_list.py |
diff --git a/build/android/gyp/main_dex_list.py b/build/android/gyp/main_dex_list.py |
index 7388f4abdb53e7dab4aa367603f67935596b7e6c..10a9961c1e95cc268f582225d1d81a0c829605ac 100755 |
--- a/build/android/gyp/main_dex_list.py |
+++ b/build/android/gyp/main_dex_list.py |
@@ -54,7 +54,7 @@ def main(args): |
return 0 |
if args.inputs: |
- args.paths.extend(build_utils.ParseGypList(args.inputs)) |
+ args.paths.extend(build_utils.ParseGnList(args.inputs)) |
shrinked_android_jar = os.path.abspath( |
os.path.join(args.android_sdk_tools, 'lib', 'shrinkedAndroid.jar')) |