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

Commit a491908f authored by chenhg's avatar chenhg Committed by Steven Moreland
Browse files

configstore: allow to USE_CONTEXT_PRIORITY by device.

Fixes: 72007412
Test: manual

Change-Id: Id6135347ef699b27ab708d387261bc031996a476
parent 11548497
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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