Build jsr305 as a static library, rather than a shared library.
diff --git a/README.android b/README.android
index e4cdaf9..71275a5 100644
--- a/README.android
+++ b/README.android
@@ -4,6 +4,4 @@
 Description: "Annotations for Software Defect Detection." ie. @Nullable and friends
 Local Modifications: No local modifications
 
-This APIs in this library are not included on the device. They may, however, be
-included in test cases etc.
-
+This code is built as a static library.