Add symlinks for py2-cmd -> python[2[.7]] into $PATH

This means that we'll be using a prebuilt python executable when running
`python` inside the build.

Fixes: 117811537
Test: treehugger
Change-Id: Ia2f839086fbdfbe5a7cad64a3a1036e252ff7f93
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