Make this script use python3.

There is nothing in this script that is not python3, so
make it python3. Without this, a system without python will
fail when trying to run gdbclient.py.

Test: Ran gdbclient.py on a system without a python executable.
Change-Id: I9f8418932628569c445ee01bc6f9ead8aed7989f
This commit is contained in:
Christopher Ferris
2021-08-27 11:54:19 -07:00
parent 92aa7b712e
commit cce6d652c5

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) 2021 The Android Open Source Project
#