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 b361bc3616b8e131b21d20c9b6047c8545434af0..49c933a2ab8c9204f525f21dd2fc7600c29735fc 100755 |
--- a/build/android/gyp/write_ordered_libraries.py |
+++ b/build/android/gyp/write_ordered_libraries.py |
@@ -31,7 +31,7 @@ _readelf = None |
_library_dirs = None |
_library_re = re.compile( |
- '.*NEEDED.*Shared library: \[(?P<library_name>[\w/.]+)\]') |
+ '.*NEEDED.*Shared library: \[(?P<library_name>.+)\]') |
def SetReadelfPath(path): |