diff options
author | Dan Willemsen <dwillemsen@google.com> | 2019-02-19 18:06:30 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-19 18:06:30 -0800 |
commit | 2d4086fef5c3c92c034c441c05d1232fb90f9631 (patch) | |
tree | 50a5803dbebee2f65fe9fbd05b518316e44d0252 | |
parent | 5ab7e8cd1645e7404868afd9f2f17462b8ae9123 (diff) | |
parent | d095cc77c8a8baef20276789f6b7a4ac9aa4dd85 (diff) | |
download | prebuilts_build-tools-2d4086fef5c3c92c034c441c05d1232fb90f9631.tar.gz prebuilts_build-tools-2d4086fef5c3c92c034c441c05d1232fb90f9631.tar.bz2 prebuilts_build-tools-2d4086fef5c3c92c034c441c05d1232fb90f9631.zip |
Add symlinks for py2-cmd -> python[2[.7]] into $PATH
am: d095cc77c8
Change-Id: I2f3cbc0697f7a14d48b107cc69b438398d319e73
l--------- | path/darwin-x86/python | 1 | ||||
l--------- | path/darwin-x86/python2 | 1 | ||||
l--------- | path/darwin-x86/python2.7 | 1 | ||||
l--------- | path/linux-x86/python | 1 | ||||
l--------- | path/linux-x86/python2 | 1 | ||||
l--------- | path/linux-x86/python2.7 | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/path/darwin-x86/python b/path/darwin-x86/python new file mode 120000 index 0000000..c34aaae --- /dev/null +++ b/path/darwin-x86/python @@ -0,0 +1 @@ +../../darwin-x86/bin/py2-cmd
\ No newline at end of file diff --git a/path/darwin-x86/python2 b/path/darwin-x86/python2 new file mode 120000 index 0000000..c34aaae --- /dev/null +++ b/path/darwin-x86/python2 @@ -0,0 +1 @@ +../../darwin-x86/bin/py2-cmd
\ No newline at end of file diff --git a/path/darwin-x86/python2.7 b/path/darwin-x86/python2.7 new file mode 120000 index 0000000..c34aaae --- /dev/null +++ b/path/darwin-x86/python2.7 @@ -0,0 +1 @@ +../../darwin-x86/bin/py2-cmd
\ No newline at end of file diff --git a/path/linux-x86/python b/path/linux-x86/python new file mode 120000 index 0000000..8ec5dcd --- /dev/null +++ b/path/linux-x86/python @@ -0,0 +1 @@ +../../linux-x86/bin/py2-cmd
\ No newline at end of file diff --git a/path/linux-x86/python2 b/path/linux-x86/python2 new file mode 120000 index 0000000..8ec5dcd --- /dev/null +++ b/path/linux-x86/python2 @@ -0,0 +1 @@ +../../linux-x86/bin/py2-cmd
\ No newline at end of file diff --git a/path/linux-x86/python2.7 b/path/linux-x86/python2.7 new file mode 120000 index 0000000..8ec5dcd --- /dev/null +++ b/path/linux-x86/python2.7 @@ -0,0 +1 @@ +../../linux-x86/bin/py2-cmd
\ No newline at end of file |