sony-qcom-common: move camera hacks to qcom-common

the addition of these flags here will nullify our need
to use device specific gralloc_priv.h header files

PS2: more flags
PS3: QCOM_BSP is not used
PS4: update commit message

Change-Id: Ia8546d2bc5c2613d5aaeebf0cfee1175b3924962
Signed-off-by: ChampionSwimmer <android@championswimmer.tk>
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 313228b..fe98014 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -37,6 +37,9 @@
 TARGET_USES_ION := true
 TARGET_USES_C2D_COMPOSITION := true
 
+#Camera
+COMMON_GLOBAL_CFLAGS += -DQCOM_BSP_CAMERA_ABI_HACK -DMR0_CAMERA_BLOB
+
 ifeq ($(BOARD_EGL_CFG),)
 BOARD_EGL_CFG := device/sony/qcom-common/rootdir/system/lib/egl/egl.cfg
 endif