summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2018-05-07 17:34:23 -0500
committerSteven Moreland2018-05-07 17:34:23 -0500
commit3f221a835b2c8d83e44fe6110f541b2589aa7c67 (patch)
tree10654f1829c7f12eac5c604f248a91eae6d909b1 /configstore
parent5c2a8265c6821263e018c59b36fd8d4772546bb2 (diff)
downloadplatform-hardware-interfaces-3f221a835b2c8d83e44fe6110f541b2589aa7c67.tar.gz
platform-hardware-interfaces-3f221a835b2c8d83e44fe6110f541b2589aa7c67.tar.xz
platform-hardware-interfaces-3f221a835b2c8d83e44fe6110f541b2589aa7c67.zip
configstore: remove references to board platforms
These platforms should set TARGET_USE_CONTEXT_PRIORITY. Change-Id: I9cd1984437996405c057246f383d6cf5327667e6 Fixes: 74082983 Test: m only (sanity, these boards aren't in tree for me)
Diffstat (limited to 'configstore')
-rw-r--r--configstore/1.0/default/surfaceflinger.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/configstore/1.0/default/surfaceflinger.mk b/configstore/1.0/default/surfaceflinger.mk
index f7487d58..19876076 100644
--- a/configstore/1.0/default/surfaceflinger.mk
+++ b/configstore/1.0/default/surfaceflinger.mk
@@ -9,14 +9,6 @@ ifneq ($(SF_VSYNC_EVENT_PHASE_OFFSET_NS),)
9 LOCAL_CFLAGS += -DSF_VSYNC_EVENT_PHASE_OFFSET_NS=$(SF_VSYNC_EVENT_PHASE_OFFSET_NS) 9 LOCAL_CFLAGS += -DSF_VSYNC_EVENT_PHASE_OFFSET_NS=$(SF_VSYNC_EVENT_PHASE_OFFSET_NS)
10endif 10endif
11 11
12ifeq ($(TARGET_BOARD_PLATFORM),omap4)
13 LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
14endif
15
16ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
17 LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
18endif
19
20ifeq ($(TARGET_USE_CONTEXT_PRIORITY),true) 12ifeq ($(TARGET_USE_CONTEXT_PRIORITY),true)
21 LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1 13 LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
22endif 14endif