init.goldfish.rc: Allow running 3.10+ kernels on Goldfish

Since qemud service is removed and all devices use pipe device
directly, add symlinks to the pipe device file to accommodate
device naming scheme changes between kernel versions.

Without this change, Goldfish emulators won't be able to
boot if the kernel 3.10+ is used. This is the case with x86_64
emulator which uses 3.10 Goldfish kernel.

Change-Id: I451f75890c28c812e94948b31a0050bf839ea313
Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
diff --git a/init.goldfish.rc b/init.goldfish.rc
index d46662a..798a382 100644
--- a/init.goldfish.rc
+++ b/init.goldfish.rc
@@ -4,6 +4,9 @@
 
 on init
 
+    symlink /dev/goldfish_pipe /dev/android_pipe
+    symlink /dev/goldfish_pipe /dev/qemu_pipe
+
 on boot
     setprop ARGH ARGH
     setprop net.eth0.gw 10.0.2.2