diff options
author | 2024-06-10 20:38:12 +0000 | |
---|---|---|
committer | 2024-06-10 20:38:12 +0000 | |
commit | 5230c9751291ce22ba4dc3c2ce76d624aa3b94ef (patch) | |
tree | d7e3183ccf2cd01da1f982b154e1ef0aaf474918 /cmds | |
parent | b386957eaab8b9888b4d4a10b4e79b0bbd2b0051 (diff) | |
parent | 7b155a8ac15ba7d254c96659a0b42c46131eb382 (diff) |
Merge "libc++fs is part of libc++ now." into main am: 7b155a8ac1
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3122731
Change-Id: I16ec6a58d2a0ec08b48ea87a04fc5cebd41ff35d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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", - ], } |