NameDateSize

..02-Jul-20154 KiB

ALog-priv.h02-Jul-20151.6 KiB

Android.mk02-Jul-20152.3 KiB

include/02-Jul-20154 KiB

JniConstants.cpp02-Jul-20156.4 KiB

JNIHelp.cpp02-Jul-201511.3 KiB

JniInvocation.cpp02-Jul-20155.5 KiB

MODULE_LICENSE_APACHE202-Jul-20150

NOTICE02-Jul-201510.4 KiB

README02-Jul-2015377

tests/02-Jul-20154 KiB

toStringArray.cpp02-Jul-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