NameDateSize

..06-Oct-20154 KiB

ALog-priv.h06-Oct-20151.6 KiB

Android.mk06-Oct-20152.3 KiB

include/06-Oct-20154 KiB

JniConstants.cpp06-Oct-20156.7 KiB

JNIHelp.cpp06-Oct-201511.4 KiB

JniInvocation.cpp06-Oct-20155.5 KiB

MODULE_LICENSE_APACHE206-Oct-20150

NOTICE06-Oct-201510.4 KiB

README06-Oct-2015377

tests/06-Oct-20154 KiB

toStringArray.cpp06-Oct-20151.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