summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-04-13 12:08:37 -0700
committerDan Albert <danalbert@google.com>2020-04-13 12:08:37 -0700
commiteda4e913a505662922fc9c6f74dc8b3b12f1ed27 (patch)
tree77dfd2cbeddb4bc06f50b181067ad248a3bd6679 /Android.bp
parent2d6d9ab848d7e0490dfdea52e5ec15beca9a74d8 (diff)
downloadlibcxx-eda4e913a505662922fc9c6f74dc8b3b12f1ed27.tar.gz
Note about why this isn't vendor_available.
Test: None Bug: None Change-Id: I0c37a344dfb542000424615dfbead3ff7eab8aab
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c6f65be46..42a91944b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -149,6 +149,9 @@ cc_library_static {
],
}
+// Not available to vendor modules until libc++ is updated and this library is
+// merged into libc++ proper.
+// https://issuetracker.google.com/147469372
cc_library_static {
name: "libc++fs",
recovery_available: true,