diff options
author | 2024-06-10 21:02:05 +0000 | |
---|---|---|
committer | 2024-06-10 21:02:05 +0000 | |
commit | c4b2edfb3c480200af59890eeee3e66fb0d39d8c (patch) | |
tree | feb9cf360724ee93bf4f0c32100f4018aa273076 /cmds | |
parent | 518864c02d09951f49f0900943dcbea4b2490db4 (diff) | |
parent | 5230c9751291ce22ba4dc3c2ce76d624aa3b94ef (diff) |
Merge "libc++fs is part of libc++ now." into main am: 7b155a8ac1 am: 5230c97512
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3122731
Change-Id: Iecea9d926b4f9d9152e61953c0b08853f5bd1eb2
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", - ], } |