NameDateSize

..04-Jun-20144 KiB

ALog-priv.h04-Jun-20141.6 KiB

Android.mk04-Jun-20142.1 KiB

include/04-Jun-20144 KiB

JniConstants.cpp04-Jun-20146.2 KiB

JNIHelp.cpp04-Jun-201412.6 KiB

JniInvocation.cpp04-Jun-20144.3 KiB

MODULE_LICENSE_APACHE204-Jun-20140

NOTICE04-Jun-201410.4 KiB

README04-Jun-2014377

toStringArray.cpp04-Jun-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