From 2884a7136b3fdcc115e38ef691db8ad5a8e20a41 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 18 Feb 2019 12:06:15 -0800 Subject: Use python from $PATH instead of /usr/bin/python This will use our hermetic version of python, instead of the one installed on the system. Test: treehugger Change-Id: Id136d9b361ccbbed86604a9e1f1cc9c87aba79cb --- libchrome_tools/include_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libchrome_tools/include_generator.py b/libchrome_tools/include_generator.py index efffd3952c..4c115de259 100755 --- a/libchrome_tools/include_generator.py +++ b/libchrome_tools/include_generator.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (C) 2018 The Android Open Source Project # -- cgit v1.2.3