summaryrefslogtreecommitdiff
path: root/cmds
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2024-06-10 21:02:05 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-06-10 21:02:05 +0000
commitc4b2edfb3c480200af59890eeee3e66fb0d39d8c (patch)
treefeb9cf360724ee93bf4f0c32100f4018aa273076 /cmds
parent518864c02d09951f49f0900943dcbea4b2490db4 (diff)
parent5230c9751291ce22ba4dc3c2ce76d624aa3b94ef (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.bp3
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",
- ],
}