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

Commit 13a2d1ab authored by dhacker29's avatar dhacker29 Committed by Steve Kondik
Browse files

Fix QCOM_BSP_LEGACY

Checks in the Android.mk files do not enable the cflags for .h
files, causing a build that crashes constantly.

Change-Id: I315c760488445629fda860ba70066417c7d68b8b
parent bc153fa5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
    endif
        # Enable legacy graphics functions
        TARGET_USES_QCOM_BSP_LEGACY := true
        TARGET_GLOBAL_CFLAGS += -DQCOM_BSP_LEGACY
        TARGET_GLOBAL_CPPFLAGS += -DQCOM_BSP_LEGACY
    endif

$(call project-set-path,qcom-audio,hardware/qcom/audio-caf/$(TARGET_BOARD_PLATFORM))