summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gralloc/Android.mk')
-rw-r--r--modules/gralloc/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gralloc/Android.mk b/modules/gralloc/Android.mk
index bfc401b..c585b33 100644
--- a/modules/gralloc/Android.mk
+++ b/modules/gralloc/Android.mk
@@ -34,4 +34,8 @@ ifeq ($(BOARD_HTC_3D_SUPPORT),true)
LOCAL_CFLAGS += -DHTC_3D_SUPPORT
endif
+ifeq ($(TARGET_DEVICE),maguro)
+ LOCAL_CFLAGS += -DTARGET_DEVICE_MAGURO
+endif
+
include $(BUILD_SHARED_LIBRARY)