diff options
author | 2024-06-10 17:28:42 +0000 | |
---|---|---|
committer | 2024-06-10 17:28:42 +0000 | |
commit | b7a03b24a7a19099af6b950dacebe0199dfc87a4 (patch) | |
tree | 4b527a28238ec2a51472828bdf19413d67a2ca8b /cmds | |
parent | 6c865749f6e92e52ea7dd3c0748e34c029fd8100 (diff) |
libc++fs is part of libc++ now.
Change-Id: Id10bc8dbec318b7f1a479ea0a0b3792d9313f742
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/bootanimation/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/bootanimation/Android.bp b/cmds/bootanimation/Android.bp index 98767ee733ad..3534624a58a2 100644 --- a/cmds/bootanimation/Android.bp +++ b/cmds/bootanimation/Android.bp @@ -74,7 +74,4 @@ cc_library_shared { "libGLESv2", "libgui", ], - whole_static_libs: [ - "libc++fs", - ], } |