1 URL: https://chromium.googlesource.com/webm/libwebp 2 Version: v0.6.1 3 License: Google BSD like 4 5 Local 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 - Undefine WEBP_ANDROID_NEON on Android targets and use __ARM_NEON__ 12 instead. 13 - cherry-pick 7038ca8d demux,StoreFrame: restore hdr size check to min req 14 15 The Android.bp file creates WebP decoder and encoder static libraries which 16 can be added to any application by adding libwebp-decode and libwebp-encode to 17 'static_libs'. 18