NameDateSize

..01-Nov-20134 KiB

ALog-priv.h01-Nov-20131.6 KiB

Android.mk01-Nov-20132.1 KiB

include/01-Nov-20134 KiB

JniConstants.cpp01-Nov-20136.2 KiB

JNIHelp.cpp01-Nov-201312.6 KiB

JniInvocation.cpp01-Nov-20133.5 KiB

MODULE_LICENSE_APACHE201-Nov-20130

NOTICE01-Nov-201310.4 KiB

README01-Nov-2013377

toStringArray.cpp01-Nov-20132.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