Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: build/android/gyp/write_ordered_libraries.py

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698