Home | History | Annotate | only in /dalvik/libnativehelper
Up to higher level directory
NameDateSize
Android.mk31-Jul-20102.2K
include/31-Jul-2010
JNIHelp.c31-Jul-20105.9K
MODULE_LICENSE_APACHE231-Jul-20100
NOTICE31-Jul-201010.4K
README31-Jul-2010378
Register.c31-Jul-20103.7K

README

      1 Support functions for Android's class libraries
      2 
      3 
      4 These are VM-agnostic native functions that implement methods for system
      5 class libraries.  All code here:
      6 
      7  - MUST not be associated with an android.* class (that code lives in
      8    frameworks/base/).
      9  - SHOULD be written in C rather than C++ where possible.
     10 
     11 Some helper functions are defined in include/nativehelper/JNIHelp.h.
     12 
     13