diff options
Diffstat (limited to 'modules/gralloc/Android.mk')
-rw-r--r-- | modules/gralloc/Android.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/gralloc/Android.mk b/modules/gralloc/Android.mk index 1e1e05f..b24c4cd 100644 --- a/modules/gralloc/Android.mk +++ b/modules/gralloc/Android.mk @@ -29,11 +29,5 @@ LOCAL_SRC_FILES := \ LOCAL_MODULE := gralloc.default LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -ifeq ($(BOARD_NO_PAGE_FLIPPING),true) -LOCAL_CFLAGS += -DNO_PAGE_FLIPPING -endif -ifeq ($(BOARD_NO_32BPP),true) -LOCAL_CFLAGS += -DNO_32BPP -endif include $(BUILD_SHARED_LIBRARY) |