Index: pylib/gyp/generator/android.py |
diff --git a/pylib/gyp/generator/android.py b/pylib/gyp/generator/android.py |
index a01ead020d4826fbbf0f1baaa93c358b6df868a8..608d3dadd28911f1b75f2d822742c9dca9746b39 100644 |
--- a/pylib/gyp/generator/android.py |
+++ b/pylib/gyp/generator/android.py |
@@ -941,8 +941,11 @@ class AndroidMkWriter(object): |
# - i.e. that the resulting path is still inside the project tree. The |
# path may legitimately have ended up containing just $(LOCAL_PATH), though, |
# so we don't look for a slash. |
+ """Temporarily disable this assert until build/temp_gyp/googleurl.gyp is |
+ removed. See https://codereview.chromium.org/12077023. |
assert local_path.startswith('$(LOCAL_PATH)'), ( |
'Path %s attempts to escape from gyp path %s !)' % (path, self.path)) |
+ """ |
return local_path |