aboutsummaryrefslogtreecommitdiffstats
path: root/build.py
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-08-25 15:08:21 -0700
committerDan Albert <danalbert@google.com>2015-08-27 14:41:05 -0700
commit6dc46ff0880d773c0d021dcad8b358033b827c55 (patch)
tree8132903fdb1f7b15021bea7cd6aaf9946c3fbbe7 /build.py
parentd75a92552c65501e8462f081d54d118c900af0ba (diff)
downloadtoolchain_gcc-6dc46ff0880d773c0d021dcad8b358033b827c55.tar.gz
toolchain_gcc-6dc46ff0880d773c0d021dcad8b358033b827c55.tar.bz2
toolchain_gcc-6dc46ff0880d773c0d021dcad8b358033b827c55.zip
Use plain python, not python2.
Apparently Darwin is Python deficient. Change-Id: I9e3564ee7351ec740451ea97ebc25b805b14816a (cherry picked from commit c94ac68b0de56392b4454873d7f826d1f264df8f)
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index ea7a24a96..e76b8b91d 100755
--- a/build.py
+++ b/build.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
#
# Copyright (C) 2015 The Android Open Source Project
#