| 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 67662e8d1c50f07d9fc5129c804dcd51105f1cf0..fd25e8e65219b0e28b3562032faca0824f2f8e0a 100755
|
| --- a/build/android/gyp/write_ordered_libraries.py
|
| +++ b/build/android/gyp/write_ordered_libraries.py
|
| @@ -111,7 +111,7 @@ def main():
|
| SetReadelfPath(options.readelf)
|
| SetLibraryDirs(options.libraries_dir.split(','))
|
|
|
| - libraries = build_utils.ParseGypList(options.input_libraries)
|
| + libraries = build_utils.ParseGnList(options.input_libraries)
|
| if len(libraries):
|
| libraries = GetSortedTransitiveDependenciesForBinaries(libraries)
|
|
|
|
|