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
diff --git a/Android.bp b/Android.bp
index 2686464..e29a44c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -195,7 +195,7 @@
 
 // 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,