summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2023-03-06 08:04:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-06 08:04:32 +0000
commitcc74b9688788061952ee1458bca2782558bbbb95 (patch)
treea819eaafbee06a26f5c683148332cdbac7fbffa1
parentfe9066ae4e98d7d2851c309b4134c59c9fab9d83 (diff)
downloadlibcxx-cc74b9688788061952ee1458bca2782558bbbb95.tar.gz
Revert^2 "Suppress -fcoroutines-ts deprecation warning"
fe9066ae4e98d7d2851c309b4134c59c9fab9d83 Change-Id: I845142c0f27d0c830304a6e2b061e3e390c45254
-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",