commit | 8d14d9753473984b320c8b43f3cf4d7765614eeb | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Sat Aug 21 00:18:41 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Aug 21 00:18:41 2021 +0000 |
tree | 8ffddb6b33d6ad29ee208bbdb5ef99dafc19de0e | |
parent | d52c2703e330d1f90a132612d2624b433c2f4648 [diff] | |
parent | 8d025e2a4599766eedd2560063dc276b21f57c39 [diff] |
Add another warning to the libc++ Android.bp. am: 911760b18e am: 8d025e2a45 Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/1804478 Change-Id: I4f30a9c6d8725c765f2744b953d2786bbea33157
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"], }