Name | Date | Size | |
---|---|---|---|
.. | 14-Feb-2013 | 4 KiB | |
Android.mk | 14-Feb-2013 | 1.2 KiB | |
include/ | 14-Feb-2013 | 4 KiB | |
JNIHelp.cpp | 14-Feb-2013 | 13 KiB | |
MODULE_LICENSE_APACHE2 | 14-Feb-2013 | 0 | |
NOTICE | 14-Feb-2013 | 10.4 KiB | |
README | 14-Feb-2013 | 377 |
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