aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-02-17 12:24:24 -0800
committerDan Willemsen <dwillemsen@google.com>2019-02-18 19:34:00 +0000
commit0f0214699eec1f6b9e038e0852068e75e53af8e4 (patch)
treeba0252e5c078a51225bd8dfa287aea5e07eb8c0c /ui
parent41364fe521b39d01404d3df2703f31897389d0f0 (diff)
downloadbuild_soong-0f0214699eec1f6b9e038e0852068e75e53af8e4.tar.gz
build_soong-0f0214699eec1f6b9e038e0852068e75e53af8e4.tar.bz2
build_soong-0f0214699eec1f6b9e038e0852068e75e53af8e4.zip
Use python / python2.7 prebuilts
Bug: 117811537 Test: treehugger Change-Id: I35b335edcfa202a45f55f588a643c62c2ced0f26
Diffstat (limited to 'ui')
-rw-r--r--ui/build/paths/config.go68
1 files changed, 33 insertions, 35 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index d4922f30..fb30f850 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -74,41 +74,39 @@ func GetConfig(name string) PathConfig {
}
var Configuration = map[string]PathConfig{
- "bash": Allowed,
- "bc": Allowed,
- "bzip2": Allowed,
- "date": Allowed,
- "dd": Allowed,
- "diff": Allowed,
- "egrep": Allowed,
- "find": Allowed,
- "fuser": Allowed,
- "getopt": Allowed,
- "git": Allowed,
- "grep": Allowed,
- "gzip": Allowed,
- "hexdump": Allowed,
- "jar": Allowed,
- "java": Allowed,
- "javap": Allowed,
- "lsof": Allowed,
- "m4": Allowed,
- "openssl": Allowed,
- "patch": Allowed,
- "pstree": Allowed,
- "python": Allowed,
- "python2.7": Allowed,
- "python3": Allowed,
- "realpath": Allowed,
- "rsync": Allowed,
- "sh": Allowed,
- "tar": Allowed,
- "timeout": Allowed,
- "tr": Allowed,
- "unzip": Allowed,
- "xz": Allowed,
- "zip": Allowed,
- "zipinfo": Allowed,
+ "bash": Allowed,
+ "bc": Allowed,
+ "bzip2": Allowed,
+ "date": Allowed,
+ "dd": Allowed,
+ "diff": Allowed,
+ "egrep": Allowed,
+ "find": Allowed,
+ "fuser": Allowed,
+ "getopt": Allowed,
+ "git": Allowed,
+ "grep": Allowed,
+ "gzip": Allowed,
+ "hexdump": Allowed,
+ "jar": Allowed,
+ "java": Allowed,
+ "javap": Allowed,
+ "lsof": Allowed,
+ "m4": Allowed,
+ "openssl": Allowed,
+ "patch": Allowed,
+ "pstree": Allowed,
+ "python3": Allowed,
+ "realpath": Allowed,
+ "rsync": Allowed,
+ "sh": Allowed,
+ "tar": Allowed,
+ "timeout": Allowed,
+ "tr": Allowed,
+ "unzip": Allowed,
+ "xz": Allowed,
+ "zip": Allowed,
+ "zipinfo": Allowed,
// Host toolchain is removed. In-tree toolchain should be used instead.
// GCC also can't find cc1 with this implementation.