From bb48d640b30771fa309353befe571f58431eb327 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 11 Aug 2021 11:53:45 -0700 Subject: [PATCH] Update the bug that's blocking libc++fs for vendor code. We're still working on it, but having a bug that's already been closed in the comment makes it look like this is actually ready. Bug: http://b/175635923 Test: N/A Change-Id: Ied229bc423fc4550d2e235acd45ebc38d7dcd507 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 26864643c..e29a44c95 100644 --- a/Android.bp +++ b/Android.bp @@ -195,7 +195,7 @@ 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 +// Follow http://b/175635923 for progress. cc_library_static { name: "libc++fs", ramdisk_available: true,