NameDateSize

..05-Nov-20144 KiB

ALog-priv.h05-Nov-20141.6 KiB

Android.mk05-Nov-20142.3 KiB

include/05-Nov-20144 KiB

JniConstants.cpp05-Nov-20146.4 KiB

JNIHelp.cpp05-Nov-201411.3 KiB

JniInvocation.cpp05-Nov-20145.1 KiB

MODULE_LICENSE_APACHE205-Nov-20140

NOTICE05-Nov-201410.4 KiB

README05-Nov-2014377

tests/05-Nov-20144 KiB

toStringArray.cpp05-Nov-20141.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