summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2021-08-21 01:42:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-21 01:42:35 +0000
commitb363602100ef6609f403bac0c9ed34bc15861def (patch)
tree8ffddb6b33d6ad29ee208bbdb5ef99dafc19de0e
parentccabf8c2ed19a9c4924815fcb80fb4bc065bb20c (diff)
parent6c180aa7b5edfcda145269c10bf4d8d5888172ba (diff)
downloadlibcxx-b363602100ef6609f403bac0c9ed34bc15861def.tar.gz
Add another warning to the libc++ Android.bp. am: 911760b18e am: 8d025e2a45 am: 8d14d97534 am: f1be15cffa am: 6c180aa7b5
Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/1804478 Change-Id: I9d14814968dcf072129021dbb6ab83b0c3898665
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e29a44c95..3a3898068 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"],
}