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

Commit 5fafb7bd authored by Phil Burk's avatar Phil Burk Committed by android-build-merger
Browse files

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

am: d478859f

Change-Id: Ic2e44eebd2ef8110321799b01597714b0c0a12e8
parents fd12ac32 d478859f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_C_INCLUDES := \
    $(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.
LOCAL_SRC_FILES:= ../src/loopback.cpp
Loading