Revert "Fix camera orientation"

This reverts commit 02a5b04bd7befc2b35f3ee540c7bdcb308df1d4e.

Change-Id: Ic026d70b1a78fc1f8e9bd1224b382d63502892e0
diff --git a/camera/EmulatedCameraFactory.h b/camera/EmulatedCameraFactory.h
index c0046cd..5e55c03 100755
--- a/camera/EmulatedCameraFactory.h
+++ b/camera/EmulatedCameraFactory.h
@@ -150,7 +150,7 @@
      */
     int getFakeCameraOrientation() {
         // TODO: Have a boot property that controls that.
-        return 90;
+        return 0;
     }
 
     /*
@@ -158,7 +158,7 @@
      */
     int getQemuCameraOrientation() {
         // TODO: Have a boot property that controls that.
-        return 90;
+        return 0;
     }
 
     /*