aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2021-02-18 17:51:44 +0000
committerPaul McLean <pmclean@google.com>2021-02-26 12:02:38 -0700
commit97a83eacd1e9634ff8e9f95733232cdc6b1c3fcc (patch)
tree0b5f9f0ab495f34097724df6c7c771e6264b2700
parent2beef53c42a506355458fa52e3392db55ef1b52e (diff)
downloadoboe-97a83eacd1e9634ff8e9f95733232cdc6b1c3fcc.tar.gz
Adding Android.bp to AOSP.
Resolving issue with multiply defined symbols. Bug: 180618032 Test: build. Change-Id: I3ec432f4ed013aad686b6101080dc6bb59d3a58a
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 9fae8a66..074054ff 100644
--- a/Android.bp
+++ b/Android.bp
@@ -86,11 +86,6 @@ cc_library_static {
"-Wno-deprecated-declarations",
"-Ofast",
"-DOBOE_NO_INCLUDE_AAUDIO",
- // work-around for Oboe issue: #1122
- "-DAAUDIO_OK=0",
- "-DAAUDIO_ERROR_TIMEOUT=-885",
- "-DAAUDIO_STREAM_STATE_STARTING=3",
- "-DAAUDIO_STREAM_STATE_STARTED=4"
],
sdk_version: "current",
stl: "libc++_static",