summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/Android.mk
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2016-04-24 19:30:35 +0200
committerEthan Chen <intervigil@gmail.com>2016-04-27 10:18:32 -0700
commit3ce4ffc46e31f4dd7ca89da1af0c40086f51a01e (patch)
tree2c303c4fa0d0e91d7716af7f0b107dd88e5b453c /services/surfaceflinger/Android.mk
parentec0faee33a521407bd7c0259b958ca27241677e1 (diff)
downloadframeworks_native-3ce4ffc46e31f4dd7ca89da1af0c40086f51a01e.zip
frameworks_native-3ce4ffc46e31f4dd7ca89da1af0c40086f51a01e.tar.gz
frameworks_native-3ce4ffc46e31f4dd7ca89da1af0c40086f51a01e.tar.bz2
surfaceflinger: Add support for Exynos BGRA mixer
Change-Id: Ibc9f784b35a7bd6d8cc6b13ff68b12418cce98c5
Diffstat (limited to 'services/surfaceflinger/Android.mk')
-rw-r--r--services/surfaceflinger/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index c1ddba1..6a90083 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -95,6 +95,10 @@ else
LOCAL_CFLAGS += -DMAX_VIRTUAL_DISPLAY_DIMENSION=0
endif
+ifeq ($(BOARD_USE_BGRA_8888),true)
+ LOCAL_CFLAGS += -DUSE_BGRA_8888
+endif
+
LOCAL_CFLAGS += -fvisibility=hidden -Werror=format
LOCAL_CFLAGS += -std=c++11