aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",