diff options
| author | 2024-09-17 16:41:52 +0000 | |
|---|---|---|
| committer | 2024-09-17 19:07:09 +0000 | |
| commit | cfb28482e99e973a5ae0b97ba300c6804927634e (patch) | |
| tree | fb712bafd0dce392852bca28f3b8af876f373170 | |
| parent | a1642b864868365206c22ff2f03e8797d0ce5fde (diff) | |
Remove unnecessary giflib dependency.
Change-Id: I9409d43d74d2302cc43d46bd82f04cd9d4b00fed
| -rw-r--r-- | core/jni/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 17c4ee96c68a..387180600953 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -288,7 +288,6 @@ cc_library_shared_for_libandroid_runtime { "libasync_safe", "libbinderthreadstateutils", "libdmabufinfo", - "libgif", "libgui_window_info_static", "libkernelconfigs", "libseccomp_policy", |