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

Commit 55dd657d authored by Ethan Chen's avatar Ethan Chen
Browse files

Revert "native: Fix QCOM_BSP_LEGACY cflags"

* This is unnecessary now that the flags are set in the build makefile

This reverts commit 7c38f6bf.

Change-Id: I5c1042b762f84455c888bafe56c5a619952bfbba
parent 018f67f7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -50,9 +50,6 @@ LOCAL_SHARED_LIBRARIES := \
ifeq ($(TARGET_USES_QCOM_BSP),true)
    LOCAL_C_INCLUDES += $(call project-path-for,qcom-display)/libgralloc
    LOCAL_CFLAGS += -DQCOM_BSP
ifeq ($(TARGET_USES_QCOM_BSP_LEGACY),true)
    LOCAL_CFLAGS += -DQCOM_BSP_LEGACY
endif
endif

ifeq ($(BOARD_USE_MHEAP_SCREENSHOT),true)
+0 −3
Original line number Diff line number Diff line
@@ -41,9 +41,6 @@ endif
# Executed only on QCOM BSPs
ifeq ($(TARGET_USES_QCOM_BSP),true)
    LOCAL_CFLAGS += -DQCOM_BSP
ifeq ($(TARGET_USES_QCOM_BSP_LEGACY),true)
    LOCAL_CFLAGS += -DQCOM_BSP_LEGACY
endif
endif

ifeq ($(BOARD_HAVE_PIXEL_FORMAT_INFO),true)
+0 −3
Original line number Diff line number Diff line
@@ -105,9 +105,6 @@ ifeq ($(TARGET_USES_QCOM_BSP), true)
    LOCAL_C_INCLUDES += $(call project-path-for,qcom-display)/libqdutils
    LOCAL_SHARED_LIBRARIES += libqdutils
    LOCAL_CFLAGS += -DQCOM_BSP
ifeq ($(TARGET_USES_QCOM_BSP_LEGACY),true)
    LOCAL_CFLAGS += -DQCOM_BSP_LEGACY
endif
endif

LOCAL_MODULE:= libsurfaceflinger