| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 519cc973634aac792307fd4082e0ad440e7e8b52..2888232be66ceb87a6baf04f2c08f3a1c3d6e336 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -93,7 +93,7 @@ def _GetADBPath():
|
| subprocess.call(['adb', 'version'], stdout=devnull, stderr=devnull)
|
| return 'adb'
|
| except OSError:
|
| - print 'No adb found in $PATH, fallback to checked in binary.'
|
| + print >> sys.stderr, 'No adb found in $PATH, fallback to checked in binary.'
|
| return os.path.join(ANDROID_SDK_ROOT, 'platform-tools', 'adb')
|
|
|
|
|
|
|