summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-04-05 11:27:14 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-04-05 11:27:14 -0700
commitc9881d8c5631faa85ff24668df9cb82921528d69 (patch)
treee445b18e064b748d51bcca08760b1a29f06ae57a /modules/gralloc/Android.mk
parent54f9dd032dfbd336ca90e3b44047373f0297c3a5 (diff)
parentcb4ea7ac8af7ac0732f480dc4938e62566bd5550 (diff)
downloadhardware_libhardware-c9881d8c5631faa85ff24668df9cb82921528d69.zip
hardware_libhardware-c9881d8c5631faa85ff24668df9cb82921528d69.tar.gz
hardware_libhardware-c9881d8c5631faa85ff24668df9cb82921528d69.tar.bz2
am cb4ea7ac: am 7b584867: am cd347fdf: Allow to force 16bpp when 32bpp has problems
* commit 'cb4ea7ac8af7ac0732f480dc4938e62566bd5550': Allow to force 16bpp when 32bpp has problems
Diffstat (limited to 'modules/gralloc/Android.mk')
-rw-r--r--modules/gralloc/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gralloc/Android.mk b/modules/gralloc/Android.mk
index 9360dbd..1e1e05f 100644
--- a/modules/gralloc/Android.mk
+++ b/modules/gralloc/Android.mk
@@ -32,5 +32,8 @@ 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)