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

Commit fb2163a9 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

libstagefright: Simplify platform filter, add new platform

Reduce the number of checks to 1, and add the msm7625 variant to the check

Change-Id: I9dbe0ac125bdb06dbc4468732953d498a0865370
parent 3be6795f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -103,10 +103,7 @@ endif

endif

ifeq ($(TARGET_BOARD_PLATFORM),qsd8k)
        LOCAL_CFLAGS += -DUSE_QCOM_OMX_FIX
endif
ifeq ($(TARGET_BOARD_PLATFORM),msm7k)
ifneq ($(filter qsd8k msm7k msm7625, $(TARGET_BOARD_PLATFORM)),)
        LOCAL_CFLAGS += -DUSE_QCOM_OMX_FIX
endif