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

Commit d478859f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "aaudio: add glitch detection to loopback, improve latency check" into oc-dr1-dev

parents 3afa6a5f fcf9efd5
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := tests
LOCAL_C_INCLUDES := \
LOCAL_C_INCLUDES := \
    $(call include-path-for, audio-utils) \
    $(call include-path-for, audio-utils) \
    frameworks/av/media/libaaudio/include
    frameworks/av/media/libaaudio/include \
    frameworks/av/media/libaaudio/examples/utils


# NDK recommends using this kind of relative path instead of an absolute path.
# NDK recommends using this kind of relative path instead of an absolute path.
LOCAL_SRC_FILES:= ../src/loopback.cpp
LOCAL_SRC_FILES:= ../src/loopback.cpp
Loading