| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index 4632fe7a36d984d073dc6dc6e5bf8fedaecb0f69..8f875feaa6d278484eb6966fbcfb18134c668ee2 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -13,6 +13,9 @@ import logging
|
| import os
|
| import subprocess
|
|
|
| +import devil.android.sdk.keyevent
|
| +keyevent = devil.android.sdk.keyevent
|
| +
|
|
|
| DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT',
|
| os.path.abspath(os.path.join(os.path.dirname(__file__),
|
|
|