From 911760b18e3bbe50ba6768817593a96401d42d8f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 20 Aug 2021 13:52:55 -0700 Subject: Add another warning to the libc++ Android.bp. Test: submit and wait for decrease in IMs Bug: None Change-Id: Icf56e0d6394f0b82db865225119c8c476b698605 --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) 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"], } -- cgit v1.2.3