android_mt6572_jiabo/libnativehelper
2025-09-05 16:56:03 +08:00
..
include/nativehelper first commit 2025-09-05 16:56:03 +08:00
tests first commit 2025-09-05 16:56:03 +08:00
ALog-priv.h first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
AsynchronousCloseMonitor.cpp first commit 2025-09-05 16:56:03 +08:00
JniConstants.cpp first commit 2025-09-05 16:56:03 +08:00
JNIHelp.cpp first commit 2025-09-05 16:56:03 +08:00
JniInvocation.cpp first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_APACHE2 first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
toStringArray.cpp first commit 2025-09-05 16:56:03 +08:00

Support functions for Android's class libraries


These are VM-agnostic native functions that implement methods for system
class libraries.  All code here:

 - MUST not be associated with an android.* class (that code lives in
   frameworks/base/).
 - SHOULD be written in C rather than C++ where possible.

Some helper functions are defined in include/nativehelper/JNIHelp.h.