summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2023-03-01 05:54:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-01 05:54:01 +0000
commitbd59b2b65e1ef7ab6655620d53c9a9024b6f3123 (patch)
treea819eaafbee06a26f5c683148332cdbac7fbffa1
parentbb40acda2bbb110f1bbdc3e9b71e755532edbd02 (diff)
parent7d877c5895096a3c6ebf1f058aad66aff8192608 (diff)
downloadlibcxx-bd59b2b65e1ef7ab6655620d53c9a9024b6f3123.tar.gz
Suppress -fcoroutines-ts deprecation warning am: 19461d9be8 am: 7d877c5895
Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/2446165 Change-Id: I3f5a56b215fd83deb1f08aa77672949147946e37 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 519101739..748973dcd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -252,6 +252,7 @@ cc_binary {
"-fsized-deallocation",
"-fexceptions",
"-fcoroutines-ts",
+ "-Wno-deprecated-experimental-coroutine",
"-Wno-format-zero-length",
"-Wno-implicit-fallthrough",
"-Wno-non-virtual-dtor",