summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchenhg2018-03-01 20:39:04 -0600
committerandroid-build-merger2018-03-01 20:39:04 -0600
commitf6f9837522c850573f3ea3714180f523405dc7b9 (patch)
treea40c19c144b92a8941c57a62576e29826cfbcf36 /configstore
parent8e14e19ef57452f5b41c19e53ff1b603fc5e79f4 (diff)
parent301951f8a43fc6002121a6164c3ed6ed8307f0a7 (diff)
downloadplatform-hardware-interfaces-f6f9837522c850573f3ea3714180f523405dc7b9.tar.gz
platform-hardware-interfaces-f6f9837522c850573f3ea3714180f523405dc7b9.tar.xz
platform-hardware-interfaces-f6f9837522c850573f3ea3714180f523405dc7b9.zip
Merge "configstore: allow to USE_CONTEXT_PRIORITY by device." am: cd712b0e8f
am: 301951f8a4 Change-Id: I92ff43ccecfc8e87e670181d45de1ffa2fa279af
Diffstat (limited to 'configstore')
-rw-r--r--configstore/1.0/default/surfaceflinger.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/configstore/1.0/default/surfaceflinger.mk b/configstore/1.0/default/surfaceflinger.mk
index 3ce768a6..f7487d58 100644
--- a/configstore/1.0/default/surfaceflinger.mk
+++ b/configstore/1.0/default/surfaceflinger.mk
@@ -17,6 +17,10 @@ ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
17 LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1 17 LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
18endif 18endif
19 19
20ifeq ($(TARGET_USE_CONTEXT_PRIORITY),true)
21 LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
22endif
23
20ifeq ($(TARGET_HAS_WIDE_COLOR_DISPLAY),true) 24ifeq ($(TARGET_HAS_WIDE_COLOR_DISPLAY),true)
21 LOCAL_CFLAGS += -DHAS_WIDE_COLOR_DISPLAY 25 LOCAL_CFLAGS += -DHAS_WIDE_COLOR_DISPLAY
22endif 26endif