ranchu: Fix goldfish_pipe definitions.

For the ranchu platform, the /dev/qemu_pipe device was renamed
to /dev/goldfish_pipe. Unfortunately, the ranchu configuration files
thought it was /dev/android_pipe.

This patch fixes this, which is necessary to get GPU emulation working
with qenu-android.

Change-Id: I45e6b60a1f42876f6df2b5a0dfe07d43435468e7
diff --git a/init.ranchu.rc b/init.ranchu.rc
index a2b953b..876272e 100644
--- a/init.ranchu.rc
+++ b/init.ranchu.rc
@@ -14,8 +14,8 @@
     #symlink /storage/sdcard /sdcard
     #symlink /storage/sdcard /mnt/sdcard
 
-    symlink /dev/android_pipe /dev/goldfish_pipe
-    symlink /dev/android_pipe /dev/qemu_pipe
+    symlink /dev/goldfish_pipe /dev/android_pipe
+    symlink /dev/goldfish_pipe /dev/qemu_pipe
 
 on boot
     setprop net.eth0.gw 10.0.2.2
diff --git a/ueventd.ranchu.rc b/ueventd.ranchu.rc
index a9e5de5..13bc33e 100644
--- a/ueventd.ranchu.rc
+++ b/ueventd.ranchu.rc
@@ -1,5 +1,5 @@
 # These settings are specific to running under the Android emulator
 /dev/qemu_trace           0666   system     system
-/dev/android_pipe         0666   system     system
+/dev/goldfish_pipe        0666   system     system
 /dev/ttyS*                0666   system     system
 /proc                     0666   system     system