CTS: Use plain /usr/bin/python for the build instead of /usr/bin/python2.4

Even though the python style guide explicitly requests that
python2.4 should be used in the shebang line, there is no such
executable or link on the Mac build machine.

Changing the shebang to /usr/bin/python should do the trick. The
popular '/usr/bin/env python' is not allowed according to the style
guide due to issues with killall.
1 file changed
tree: abcbd93d05a3ea58fa963a77d38001746e987636
  1. tests/
  2. tools/
  3. .gitignore
  4. Android.mk