Merge "libc++fs is part of libc++ now." into main

This commit is contained in:
Elliott Hughes 2024-06-04 20:24:39 +00:00 committed by Gerrit Code Review
commit 94c82c1a5b

View file

@ -163,9 +163,6 @@ cc_library_static {
cppflags: ["-D__ANDROID_DEBUGGABLE__"],
},
},
whole_static_libs: [
"libc++fs",
],
}
cc_binary {