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

Commit 402b66da authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Steve Kondik
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 e3dda251
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -100,13 +100,7 @@ ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SHARED_LIBRARIES += libdl
endif

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