diff options
author | Dan Willemsen <dwillemsen@google.com> | 2019-02-19 18:09:57 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-19 18:09:57 -0800 |
commit | 059978dd7de9231c16265decca6962ff4f6b7652 (patch) | |
tree | 50a5803dbebee2f65fe9fbd05b518316e44d0252 | |
parent | 639faadb9caa80bca5dd09022e6ec18aa5c31553 (diff) | |
parent | 2d4086fef5c3c92c034c441c05d1232fb90f9631 (diff) | |
download | prebuilts_build-tools-059978dd7de9231c16265decca6962ff4f6b7652.tar.gz prebuilts_build-tools-059978dd7de9231c16265decca6962ff4f6b7652.tar.bz2 prebuilts_build-tools-059978dd7de9231c16265decca6962ff4f6b7652.zip |
Add symlinks for py2-cmd -> python[2[.7]] into $PATH am: d095cc77c8
am: 2d4086fef5
Change-Id: Icc6b632b138662b398a453ed2e8e7a214cf9c897
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 |