summaryrefslogtreecommitdiff
path: root/BoardConfigCFlags.mk
diff options
context:
space:
mode:
authorMinoh KIM <minoh.kim@samsung.corp-partner.google.com>2020-04-20 22:08:49 +0900
committerMinoh KIM <minoh.kim@samsung.corp-partner.google.com>2020-04-23 13:45:19 +0900
commit5649c20e6a80e82dd51293d76f89dedf36652893 (patch)
tree9526e61e37f323927834e657a8129f9a49a2122b /BoardConfigCFlags.mk
parent0f6dcd170d59c528dedf4b9d85a539e7d7d4a2d7 (diff)
Add BOARD_CAMERA_USES_EXYNOS_GDC at BoardConfigCFlags
Bug: 154679437 Signed-off-by: Minoh KIM <minoh.kim@samsung.corp-partner.google.com> Change-Id: Id6d28bec8a349a6b22cf9c447fc9a34c77326499
Diffstat (limited to 'BoardConfigCFlags.mk')
-rw-r--r--BoardConfigCFlags.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfigCFlags.mk b/BoardConfigCFlags.mk
index d57e66d..9146e62 100644
--- a/BoardConfigCFlags.mk
+++ b/BoardConfigCFlags.mk
@@ -186,3 +186,7 @@ endif
ifeq ($(BOARD_USES_EXYNOS_GRALLOC_VERSION), 1)
LOCAL_CFLAGS += -DGRALLOC_VERSION1
endif
+
+ifeq ($(BOARD_CAMERA_USES_EXYNOS_GDC), true)
+LOCAL_CFLAGS += -DUSES_CAMERA_EXYNOS_GDC
+endif \ No newline at end of file