resolved conflicts for merge of 33fddf0c to gingerbread-plus-aosp

Change-Id: I8720ca884f326b661e30b51c4cf1cfe31c1ac579
diff --git a/include/hardware/qemu_pipe.h b/include/hardware/qemu_pipe.h
index 000c99e..1a67022 100644
--- a/include/hardware/qemu_pipe.h
+++ b/include/hardware/qemu_pipe.h
@@ -68,7 +68,7 @@
     fd = open("/dev/qemu_pipe", O_RDWR);
     if (fd < 0) {
         D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
-        errno = ENOSYS;
+        //errno = ENOSYS;
         return -1;
     }