summaryrefslogtreecommitdiffstats
path: root/exynos4/hal/libgralloc_ump/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'exynos4/hal/libgralloc_ump/Android.mk')
-rw-r--r--exynos4/hal/libgralloc_ump/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/exynos4/hal/libgralloc_ump/Android.mk b/exynos4/hal/libgralloc_ump/Android.mk
index 0cd5ecb..bc15ec0 100644
--- a/exynos4/hal/libgralloc_ump/Android.mk
+++ b/exynos4/hal/libgralloc_ump/Android.mk
@@ -68,4 +68,8 @@ ifeq ($(TARGET_USES_GRALLOC1), true)
LOCAL_CFLAGS += -DADVERTISE_GRALLOC1
endif
+ifeq ($(TARGET_USES_GRALLOC_HIDL), true)
+LOCAL_CFLAGS += -DUSE_GRALLOC_HIDL
+endif
+
include $(BUILD_SHARED_LIBRARY)