Index: build/android/gyp/write_ordered_libraries.py |
diff --git a/build/android/gyp/write_ordered_libraries.py b/build/android/gyp/write_ordered_libraries.py |
index 0fc9a8ca3ef2de04b7283362603ed4556d94c354..67662e8d1c50f07d9fc5129c804dcd51105f1cf0 100755 |
--- a/build/android/gyp/write_ordered_libraries.py |
+++ b/build/android/gyp/write_ordered_libraries.py |
@@ -106,7 +106,7 @@ def main(): |
parser.add_option('--output', help='Path to the generated .json file.') |
parser.add_option('--stamp', help='Path to touch on success.') |
- options, _ = parser.parse_args() |
+ options, _ = parser.parse_args(build_utils.ExpandFileArgs(sys.argv[1:])) |
SetReadelfPath(options.readelf) |
SetLibraryDirs(options.libraries_dir.split(',')) |