mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +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
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_USE_CONTEXT_PRIORITY),true)
|
||||
LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_HAS_WIDE_COLOR_DISPLAY),true)
|
||||
LOCAL_CFLAGS += -DHAS_WIDE_COLOR_DISPLAY
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user