liyujie
2025-08-28 b3810562527858a3b3d98ffa6e9c9c5b0f4a9a8e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
URL: https://chromium.googlesource.com/webm/libwebp
Version: v1.0.2
License: Google BSD like
 
Local modifications:
- Copy public headers from src/webp to include/webp, so path to headers
  may be appended into CFLAGS without risk for other private headers
  (e.g. bits.h) to leak into
- Removed build files necessary for building via autoconf/automake tools
  These files are not required to build via Android.bp
- cherry-pick ab2dc893 Rescaler: fix rounding error
- cherry-pick aa65f89a HistogramCombineStochastic: fix free of uninit value
 
The Android.bp file creates WebP decoder and encoder static libraries which
can be added to any application by adding libwebp-decode and libwebp-encode to
'static_libs'.