NameDateSize

..24-Mar-20144 KiB

ALog-priv.h24-Mar-20141.6 KiB

Android.mk24-Mar-20142.1 KiB

include/24-Mar-20144 KiB

JniConstants.cpp24-Mar-20146.2 KiB

JNIHelp.cpp24-Mar-201412.6 KiB

JniInvocation.cpp24-Mar-20144.3 KiB

MODULE_LICENSE_APACHE224-Mar-20140

NOTICE24-Mar-201410.4 KiB

README24-Mar-2014377

toStringArray.cpp24-Mar-20142.1 KiB

README

1Support functions for Android's class libraries
2
3
4These are VM-agnostic native functions that implement methods for system
5class 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
11Some helper functions are defined in include/nativehelper/JNIHelp.h.
12