Warn that gdbclient is deprecated in favor of gdbclient.py

Users of gdbclient might not know that a new and improved version exist
in the form of gdbclient.py.

Change-Id: I65243a8d25a1ecbe8ff734d0be4dbe40b50db4b2
Signed-off-by: Kevin Rocard <krocard@google.com>
This commit is contained in:
Kevin Rocard
2017-06-21 18:49:50 -07:00
parent c5efdcc746
commit 75b24f1270

View File

@@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
echo "WARNING: gdbclient is deprecated in favor of gdbclient.py" >&2
# TODO: # TODO:
# 1. Check for ANDROID_SERIAL/multiple devices # 1. Check for ANDROID_SERIAL/multiple devices