diff --git a/libcxx/test/libcxx/modules_include.sh.cpp b/libcxx/test/libcxx/modules_include.sh.cpp --- a/libcxx/test/libcxx/modules_include.sh.cpp +++ b/libcxx/test/libcxx/modules_include.sh.cpp @@ -19,6 +19,9 @@ // The Windows headers don't appear to be compatible with modules // UNSUPPORTED: windows +// The Android headers don't appear to be compatible with modules yet +// XFAIL: LIBCXX-ANDROID-FIXME + // Prevent from generating deprecated warnings for this test. #if defined(__DEPRECATED) # undef __DEPRECATED