summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiem Song <tiem@google.com>2021-09-13 15:09:56 -0700
committerTiem Song <tiem@google.com>2021-09-13 15:16:08 -0700
commite1ceb9a9c58761fa5472c5deb3370234e2ea8997 (patch)
treeb01c04b523e6a36bd765224d36e3d11e646229fa
parent572af44ce156ef5ef95d1e5eda228e1d0ba01fe2 (diff)
downloaddoc_generation-e1ceb9a9c58761fa5472c5deb3370234e2ea8997.tar.gz
Remove python bin declaration in switcher script
This removes non-hermetic python usage and instead follows the recommendation of relying on the hermetic version of python packages embedded in the Android source tree (which is already turned on via python2 declaration in Android.bp). Bug: 185904737 Test: m -j 8 ds-docs-switched, and verify that output before and after matches Change-Id: Ia831fbcff4c333aeaf7da6ca5a9af576f15079ac
-rw-r--r--switcher4.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/switcher4.py b/switcher4.py
index 7e06fac..6cd7739 100644
--- a/switcher4.py
+++ b/switcher4.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# Copyright 2019 - The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");