Import libwebp image decoder library
Import libwebp image decoder library as external static library, as
preamble to adding support for WebP decoding into skia.
Change-Id: Ifee49924e73e72f875d13177702f2a0f19b5f9b0
diff --git a/README.android b/README.android
new file mode 100644
index 0000000..30c9b33
--- /dev/null
+++ b/README.android
@@ -0,0 +1,17 @@
+URL: http://review.webmproject.org/gitweb?p=libwebp.git
+Version: 43/1443/1
+License: Google BSD like
+
+Local modifications:
+- Rewrite Android.mk to remove duplicate definitions and set module name
+ in a consistent way with other external libraries
+- Move 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
+
+The Android.mk file creates a static library which can be added
+to any application by Adding to LOCAL_STATIC_JAVA_LIBRARIES
+libwebp-decode:
+
+ LOCAL_STATIC_JAVA_LIBRARIES += libwebp-decode
+