Index: build/android/pylib/android_commands.py |
diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py |
index 1ed1877e26a1b77c659e269879df0779564d1ad0..f7191f7935da25cbd12b4c11447277fbf7e9bc34 100644 |
--- a/build/android/pylib/android_commands.py |
+++ b/build/android/pylib/android_commands.py |
@@ -5,7 +5,11 @@ |
"""Provides an interface to communicate with the device via the adb command. |
Assumes adb binary is currently on system path. |
+ |
+Note that this module is deprecated. |
""" |
+# TODO(jbudorick): Delete this file once no clients use it. |
+ |
# pylint: skip-file |
import collections |