Chromium Code Reviews| Index: build/android/pylib/constants.py |
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
| index bf35fff6e7b7c9f9b454f2972301d244ddcbf2ff..2849689500711773362c9b775dc7456b30f17d88 100644 |
| --- a/build/android/pylib/constants.py |
| +++ b/build/android/pylib/constants.py |
| @@ -94,6 +94,11 @@ def SetBuildType(build_type): |
| os.environ['BUILDTYPE'] = build_type |
| +def GetBuildDirectory(): |
| + return os.path.abspath( |
| + os.path.join(cmd_helper.OutDirectory.get(), GetBuildType())) |
|
frankf
2013/08/21 01:50:07
Remove cmd_helper.OutDirectory alltogether.
craigdh
2013/08/22 22:09:42
Done.
|
| + |
| + |
| def _GetADBPath(): |
| if os.environ.get('ANDROID_SDK_ROOT'): |
| return 'adb' |