summaryrefslogtreecommitdiffstats
path: root/libnativehelper/README
diff options
context:
space:
mode:
Diffstat (limited to 'libnativehelper/README')
-rw-r--r--libnativehelper/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/libnativehelper/README b/libnativehelper/README
index 56ec17839..fa757c073 100644
--- a/libnativehelper/README
+++ b/libnativehelper/README
@@ -4,10 +4,9 @@ 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)
+ - MUST not be associated with an android.* class (that code lives in
+ frameworks/base/).
+ - SHOULD be written in C rather than C++ where possible.
-Some helper functions are defined in ../include/nativehelper/JNIHelp.h.
+Some helper functions are defined in include/nativehelper/JNIHelp.h.