Enable testing C++ coroutines TS.
am: fd86c1f3ed

Change-Id: If3c6543c0f018c35b43ab3a0f78d9a5ef0eb77f7
diff --git a/Android.bp b/Android.bp
index ccd04a4..f170afa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -179,6 +179,7 @@
     cppflags: [
         "-fsized-deallocation",
         "-fexceptions",
+        "-fcoroutines-ts",
         "-Wno-format-zero-length",
         "-Wno-implicit-fallthrough",
         "-Wno-non-virtual-dtor",
diff --git a/utils/libcxx/android/test/config.py b/utils/libcxx/android/test/config.py
index 3e1edd4..87bfa99 100644
--- a/utils/libcxx/android/test/config.py
+++ b/utils/libcxx/android/test/config.py
@@ -107,6 +107,7 @@
         self.config.available_features.add('c++experimental')
         self.config.available_features.add('c++fs')
         self.config.available_features.add('c++filesystem')
+        self.config.available_features.add('fcoroutines-ts')
         std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
         match = std_pattern.search(self.cxx.cxx_template)
         if match: