From 7a0a133ebac983ea4fc0de14e74d399493669485 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 5 Aug 2021 17:13:18 -0700 Subject: [PATCH] Stop relying on /usr/bin/python for SDK builds Instead, use python2 from $PATH, which will be a prebuilt inside the build system. Test: treehugger Change-Id: I81966e85377c8e9dd87e1f2656f6c0ec6b3a636c --- build/tools/mk_sources_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/mk_sources_zip.py b/build/tools/mk_sources_zip.py index 09cfed187..632bbfbb5 100755 --- a/build/tools/mk_sources_zip.py +++ b/build/tools/mk_sources_zip.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # Copyright (C) 2011 The Android Open Source Project #