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