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

Commit b6d8cd56 authored by codeworkx's avatar codeworkx
Browse files

libmedia: build with AudioParameter if needed

Usage:
BOARD_USES_LIBMEDIA_WITH_AUDIOPARAMETER := true

Change-Id: I4d33afcf2af200f70120ee9b9ee03c8830712686
parent 2f05489b
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