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

Commit bcda5d9b 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...

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

Change-Id: I4bd7a0109271a2377ee6fef6670a7f51aea4d7e3
parents 78e5cf06 5fafb7bd
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