| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 86355580b9bee1989a9d9a39ae382f54a1c345ee..203519a42be181b40d89b89b66643f4e05b05d6d 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -161,6 +161,10 @@ def GetOutDirectory(build_type=None):
|
| GetBuildType() if build_type is None else build_type))
|
|
|
|
|
| +def SetOutDirectory(out_directory):
|
| + os.environ['CHROMIUM_OUT_DIR'] = out_directory
|
| +
|
| +
|
| def _Memoize(func):
|
| def Wrapper():
|
| try:
|
|
|