Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03464d76 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

configstore: remove references to board platforms

am: 3f221a83

Change-Id: I1e44240a28c79ecc33ee7c07e88c9212d7a09298
parents d3b6ea09 3f221a83
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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