From 3f221a835b2c8d83e44fe6110f541b2589aa7c67 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 7 May 2018 15:34:23 -0700 Subject: [PATCH] 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) --- configstore/1.0/default/surfaceflinger.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configstore/1.0/default/surfaceflinger.mk b/configstore/1.0/default/surfaceflinger.mk index f7487d5864..1987607624 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),) 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