summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-02-18 12:06:15 -0800
committerDan Willemsen <dwillemsen@google.com>2019-02-18 12:06:15 -0800
commit2884a7136b3fdcc115e38ef691db8ad5a8e20a41 (patch)
treefec8724a1bffc28af51460cdbd914807e06f2f61
parentaf157e0992c09f13a38fb39f544181ffd32c6a60 (diff)
downloadlibchrome-2884a7136b3fdcc115e38ef691db8ad5a8e20a41.tar.gz
Use python from $PATH instead of /usr/bin/pythonandroid-q-preview-1android-o-mr1-iot-release-1.0.10
This will use our hermetic version of python, instead of the one installed on the system. Test: treehugger Change-Id: Id136d9b361ccbbed86604a9e1f1cc9c87aba79cb
-rwxr-xr-xlibchrome_tools/include_generator.py2
1 files changed, 1 insertions, 1 deletions
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
#