| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index c3ec825975a0959b2716903cee2c645fba944e5a..681853e44c8830155a0861f4f9ddfe5ae0cf7930 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -11,6 +11,7 @@ import sys
|
|
|
| DIR_SOURCE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
| os.pardir, os.pardir, os.pardir))
|
| +ISOLATE_DEPS_DIR = os.path.join(DIR_SOURCE_ROOT, 'isolate_deps_dir')
|
| EMULATOR_SDK_ROOT = os.path.abspath(os.path.join(DIR_SOURCE_ROOT, os.pardir,
|
| os.pardir))
|
|
|
|
|