From eda4e913a505662922fc9c6f74dc8b3b12f1ed27 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 13 Apr 2020 12:08:37 -0700 Subject: [PATCH] Note about why this isn't vendor_available. Test: None Bug: None Change-Id: I0c37a344dfb542000424615dfbead3ff7eab8aab --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) 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,