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

Commit 3e9bb041 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-1402554e-13f6-4a8a-ac43-0c3cb703879f-for-git_oc-dr1-release-40...

release-request-1402554e-13f6-4a8a-ac43-0c3cb703879f-for-git_oc-dr1-release-40224464 snap-temp-L41400000065417041

Change-Id: I890cd29fa41d3a4747bf8a14c1a142db0456c48e
parents be95b0f6 b5768ba3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
include $(call all-subdir-makefiles)
+13 −0
Original line number Original line Diff line number Diff line
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_C_INCLUDES := \
    $(call include-path-for, audio-utils) \
    frameworks/av/media/libaaudio/include

# NDK recommends using this kind of relative path instead of an absolute path.
LOCAL_SRC_FILES:= ../src/loopback.cpp
LOCAL_SHARED_LIBRARIES := libaaudio
LOCAL_MODULE := aaudio_loopback
include $(BUILD_EXECUTABLE)
+1 −0
Original line number Original line Diff line number Diff line
APP_CPPFLAGS += -std=c++11
+528 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −2
Original line number Original line Diff line number Diff line
# TODO remove then when we support other architectures
APP_ABI := arm64-v8a
APP_CPPFLAGS += -std=c++11
APP_CPPFLAGS += -std=c++11
Loading