summaryrefslogtreecommitdiff
path: root/configstore
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-05-07 17:23:31 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-07 17:23:31 -0700
commitf7c33b81c3798d502f5537f8b464b0636b0287c9 (patch)
tree9059efd44aacff464f09450607ff044cdd53bc8c /configstore
parenta3de22392f34d85ea58564e43c29f994be14a4f0 (diff)
parent03464d7674cccca495dba7bc1a09787b3e6f43ca (diff)
configstore: remove references to board platforms am: 3f221a835b
am: 03464d7674 Change-Id: I61827f9a18337accb46f1f71d91cc29f6451dba9
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 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