NameDateSize

..14-Feb-20134 KiB

Android.mk14-Feb-20131.2 KiB

include/14-Feb-20134 KiB

JNIHelp.cpp14-Feb-201313 KiB

MODULE_LICENSE_APACHE214-Feb-20130

NOTICE14-Feb-201310.4 KiB

README14-Feb-2013377

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