Suppress -fcoroutines-ts deprecation warning am: 19461d9be8 am: 7d877c5895 am: bd59b2b65e am: d3266e2b09

Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/2446165

Change-Id: I479ee84505287e7df53c1a6eb7ed22e9bc10f39c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 3868e27..3451e77 100644
--- a/Android.bp
+++ b/Android.bp
@@ -248,6 +248,7 @@
         "-fsized-deallocation",
         "-fexceptions",
         "-fcoroutines-ts",
+        "-Wno-deprecated-experimental-coroutine",
         "-Wno-format-zero-length",
         "-Wno-implicit-fallthrough",
         "-Wno-non-virtual-dtor",