summaryrefslogtreecommitdiffstats
path: root/camera/Android.mk
diff options
context:
space:
mode:
authorMichael Gernoth <michael@gernoth.net>2015-02-21 21:17:52 +0100
committerMichael Gernoth <michael@gernoth.net>2015-02-21 21:17:52 +0100
commit0fc5d3483c643df3e872c8b000a634df19837c4e (patch)
treeca56e91eef4aa0f6e33e3d5d6327e4d7a53cc7ab /camera/Android.mk
parent39bd0e3ecd910803e81d3be51e3734dd207de87c (diff)
downloadhardware_ti_omap4-0fc5d3483c643df3e872c8b000a634df19837c4e.tar.gz
hardware_ti_omap4-0fc5d3483c643df3e872c8b000a634df19837c4e.tar.bz2
hardware_ti_omap4-0fc5d3483c643df3e872c8b000a634df19837c4e.zip
camera: Add support for camera on motorola devices
This adds flash-support for motorola devices and disables unsupported functionality. Change-Id: Ib1107d78641ca1ded61e8adb88ab7e8951e4ec74
Diffstat (limited to 'camera/Android.mk')
-rwxr-xr-xcamera/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/camera/Android.mk b/camera/Android.mk
index 97a6abf..ccbbfbe 100755
--- a/camera/Android.mk
+++ b/camera/Android.mk
@@ -56,6 +56,10 @@ ifdef ARCH_ARM_HAVE_NEON
CAMERAHAL_CFLAGS += -DARCH_ARM_HAVE_NEON
endif
+ifeq ($(BOARD_VENDOR),motorola-omap4)
+ CAMERAHAL_CFLAGS += -DMOTOROLA_CAMERA
+endif
+
CAMERAHAL_CFLAGS += -DLOG_TAG=\"CameraHal\"
TI_CAMERAHAL_COMMON_INCLUDES := \