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

Commit e9d349ac authored by codeworkx's avatar codeworkx Committed by Gerrit Code Review
Browse files

Merge "libmedia: build with AudioParameter if needed" into ics

parents ec69da27 b6d8cd56
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -47,6 +47,11 @@ LOCAL_SRC_FILES:= \
    MemoryLeakTrackUtil.cpp \
    fixedfft.cpp.arm

ifeq ($(BOARD_USES_LIBMEDIA_WITH_AUDIOPARAMETER),true)
    LOCAL_SRC_FILES+= \
        AudioParameter.cpp
endif

ifeq ($(BOARD_USES_AUDIO_LEGACY),true)
    LOCAL_SRC_FILES+= \
        AudioParameter.cpp