summaryrefslogtreecommitdiff
path: root/gralloc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc/Android.mk')
-rw-r--r--gralloc/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/gralloc/Android.mk b/gralloc/Android.mk
index 2c2382d2..4dffadea 100644
--- a/gralloc/Android.mk
+++ b/gralloc/Android.mk
@@ -42,6 +42,8 @@ LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdgralloc\" -Wno-si
ifeq ($(TARGET_USES_YCRCB_CAMERA_PREVIEW),true)
LOCAL_CFLAGS += -DUSE_YCRCB_CAMERA_PREVIEW
+else ifeq ($(TARGET_USES_YCRCB_VENUS_CAMERA_PREVIEW),true)
+ LOCAL_CFLAGS += -DUSE_YCRCB_CAMERA_PREVIEW_VENUS
endif
LOCAL_ADDITIONAL_DEPENDENCIES := $(common_deps)