auto import from //depot/cupcake/@135843
diff --git a/README b/README
new file mode 100644
index 0000000..56ec178
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+Support functions for Android's class libraries
+
+
+These are VM-agnostic native functions that implement methods for system
+class libraries.  All code here:
+
+ - MUST be associated with a standard java.* class (no Android-specific stuff)
+ - MUST use JNI
+ - SHOULD be written in C rather than C++ (it's usually smaller and all of
+   our VMs are written in C)
+
+Some helper functions are defined in ../include/nativehelper/JNIHelp.h.
+