mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "configstore: allow to USE_CONTEXT_PRIORITY by device."
This commit is contained in:
@@ -17,6 +17,10 @@ ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
|
|||||||
LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
|
LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(TARGET_USE_CONTEXT_PRIORITY),true)
|
||||||
|
LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(TARGET_HAS_WIDE_COLOR_DISPLAY),true)
|
ifeq ($(TARGET_HAS_WIDE_COLOR_DISPLAY),true)
|
||||||
LOCAL_CFLAGS += -DHAS_WIDE_COLOR_DISPLAY
|
LOCAL_CFLAGS += -DHAS_WIDE_COLOR_DISPLAY
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user