NameDateSize

..21-Nov-20124 KiB

Android.mk21-Nov-20121.2 KiB

include/21-Nov-20124 KiB

JNIHelp.cpp21-Nov-201213 KiB

MODULE_LICENSE_APACHE221-Nov-20120

NOTICE21-Nov-201210.4 KiB

README21-Nov-2012377

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