| Index: build/android/gyp/create_device_library_links.py
|
| diff --git a/build/android/gyp/create_device_library_links.py b/build/android/gyp/create_device_library_links.py
|
| index c7f59dd7672568ea673675798c4556ae2e7c3cef..542030678ef1fd3be964df0c5ef1157576f0ac02 100755
|
| --- a/build/android/gyp/create_device_library_links.py
|
| +++ b/build/android/gyp/create_device_library_links.py
|
| @@ -36,7 +36,7 @@ def RunShellCommand(device, cmd):
|
|
|
|
|
| def CreateSymlinkScript(options):
|
| - libraries = build_utils.ParseGypList(options.libraries)
|
| + libraries = build_utils.ParseGnList(options.libraries)
|
|
|
| link_cmd = (
|
| 'rm $APK_LIBRARIES_DIR/%(lib_basename)s > /dev/null 2>&1 \n'
|
|
|