From 6dc46ff0880d773c0d021dcad8b358033b827c55 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 25 Aug 2015 15:08:21 -0700 Subject: Use plain python, not python2. Apparently Darwin is Python deficient. Change-Id: I9e3564ee7351ec740451ea97ebc25b805b14816a (cherry picked from commit c94ac68b0de56392b4454873d7f826d1f264df8f) --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3