diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index ebe52ea8a..e9d97b300 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -150,3 +150,7 @@ In chronological order:
* theoractice
* [2016-03-20] Fix compiler error in VisualStudio with CMake
* [2016-03-22] Fix access violation on Windows while static linking
+
+* Paul Mustière
+ * [2016-02-04] Fix Android build on ARMV7
+ * [2016-04-26] Android build with LAPACK for ARMV7 & ARMV8
diff --git a/README.md b/README.md
index 32a861081..8ac88840a 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ Please read GotoBLAS_01Readme.txt
- **MingWin or Visual Studio(CMake)/Windows**: Please read .
- **Darwin/Mac OS X**: Experimental. Although GotoBLAS2 supports Darwin, we are the beginner on Mac OS X.
- **FreeBSD**: Supported by community. We didn't test the library on this OS.
+- **Android**: Supported by community. Please read .
## Usages
Link with libopenblas.a or -lopenblas for shared library.