NameDateSize

..29-Aug-20174 KiB

ALog-priv.h29-Aug-20171.6 KiB

Android.bp29-Aug-20172 KiB

AsynchronousCloseMonitor.cpp29-Aug-20173.6 KiB

include/29-Aug-20174 KiB

JniConstants.cpp29-Aug-20175.9 KiB

JNIHelp.cpp29-Aug-201712 KiB

JniInvocation.cpp29-Aug-20175.8 KiB

MODULE_LICENSE_APACHE229-Aug-20170

NOTICE29-Aug-201710.4 KiB

platform_include/29-Aug-20174 KiB

README29-Aug-2017377

tests/29-Aug-20174 KiB

toStringArray.cpp29-Aug-20171.5 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