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)
This commit is contained in:
parent
5c2a8265c6
commit
3f221a835b
1 changed files with 0 additions and 8 deletions
|
@ -9,14 +9,6 @@ ifneq ($(SF_VSYNC_EVENT_PHASE_OFFSET_NS),)
|
|||
LOCAL_CFLAGS += -DSF_VSYNC_EVENT_PHASE_OFFSET_NS=$(SF_VSYNC_EVENT_PHASE_OFFSET_NS)
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_BOARD_PLATFORM),omap4)
|
||||
LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
|
||||
LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_USE_CONTEXT_PRIORITY),true)
|
||||
LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue