Created by: tgummerer
Summary: On systems on which python refers to python3, the AndroidBinaryIntegrationTest fails in the testPreprocessorForcesReDex test, because of a python script that is not compatible with python3. PEP 0394 suggests that python2 should always refer to a valid python2 interpreter. Adjust the shebang line to make the script use python2, which fixes the test.
Test plan: buck test