Index: build/android/gyp/process_resources.py |
diff --git a/build/android/gyp/process_resources.py b/build/android/gyp/process_resources.py |
index 7a5fdf83e316bc95f0f7730add619a4c7b9ce345..e2f5b5b4e68a70f20353755691e0b0b39dc237e6 100755 |
--- a/build/android/gyp/process_resources.py |
+++ b/build/android/gyp/process_resources.py |
@@ -23,7 +23,8 @@ import generate_v14_compatible_resources |
from util import build_utils |
# Import jinja2 from third_party/jinja2 |
-sys.path.append(os.path.join(os.path.dirname(__file__), '../../../third_party')) |
+sys.path.insert(1, |
+ os.path.join(os.path.dirname(__file__), '../../../third_party')) |
from jinja2 import Template # pylint: disable=F0401 |