Home | History | Annotate | only in /libnativehelper
Up to higher level directory
NameDateSize
ALog-priv.h03-Dec-20141.6K
Android.mk03-Dec-20142.3K
include/03-Dec-2014
JniConstants.cpp03-Dec-20146.4K
JNIHelp.cpp03-Dec-201411.3K
JniInvocation.cpp03-Dec-20145.1K
MODULE_LICENSE_APACHE203-Dec-20140
NOTICE03-Dec-201410.4K
README03-Dec-2014377
tests/03-Dec-2014
toStringArray.cpp03-Dec-20141.4K

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