NameDateSize

..07-Jan-20164 KiB

ALog-priv.h07-Jan-20161.6 KiB

Android.mk07-Jan-20162.3 KiB

include/07-Jan-20164 KiB

JniConstants.cpp07-Jan-20166.7 KiB

JNIHelp.cpp07-Jan-201611.4 KiB

JniInvocation.cpp07-Jan-20165.5 KiB

MODULE_LICENSE_APACHE207-Jan-20160

NOTICE07-Jan-201610.4 KiB

README07-Jan-2016377

tests/07-Jan-20164 KiB

toStringArray.cpp07-Jan-20161.4 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