Add another warning to the libc++ Android.bp. am: 911760b18e

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

Change-Id: Id1c255adac0ef6f54ffb571cd43039f08cf6f777
diff --git a/Android.bp b/Android.bp
index e29a44c..3a38980 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
 // limitations under the License.
 //
 
+// NOTE: This project is out of date. See http://b/175635923 for details. Until
+// that is resolved it is not possible for us to update or expand access to
+// std::filesystem.
+
 package {
     default_applicable_licenses: ["external_libcxx_license"],
 }