Lines Matching +full:- +full:- +full:pylib
11 Change-Id: I6c8ac8d4a1d156ddd77ec75485d42a810a9e61fe
12 ---
13 build/android/gyp/util/build_utils.py | 12 ++----------
14 1 file changed, 2 insertions(+), 10 deletions(-)
16 diff --git a/build/android/gyp/util/build_utils.py b/build/android/gyp/util/build_utils.py
18 --- a/build/android/gyp/util/build_utils.py
20 @@ -25,16 +25,8 @@ import zipfile
22 import md5_check # pylint: disable=relative-import
24 -# pylib conflicts with mojo/public/tools/bindings/pylib. Prioritize
25 -# build/android/pylib.
26 -# PYTHONPATH wouldn't help in this case, because soong put source files under
27 -# temp directory for each build, so the abspath is unknown until the
28 -# execution.
29 -#sys.path.append(os.path.join(os.path.dirname(__file__),
30 -# os.pardir, os.pardir, os.pardir))
31 -sys.path.insert(0, os.path.join(os.path.dirname(__file__),
32 - os.pardir, os.pardir))
33 -
38 # Definition copied from pylib/constants/__init__.py to avoid adding
39 --
40 2.22.0.rc2.383.gf4fbbf30c2-goog