aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2021-02-18 17:51:44 +0000
committerHaibo Huang <hhb@google.com>2021-03-02 01:05:16 +0000
commit92482652933f13a0e3c1d819e56bf0317bf54080 (patch)
tree0b5f9f0ab495f34097724df6c7c771e6264b2700
parent4cfcc4ab81c2497ab0e3967688590e3bf0511521 (diff)
downloadoboe-92482652933f13a0e3c1d819e56bf0317bf54080.tar.gz
Adding Android.bp to AOSP.
Resolving issue with multiply defined symbols. Bug: 180618032 Test: build. Merged-In: I3ec432f4ed013aad686b6101080dc6bb59d3a58a 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",