| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| include/nativehelper/ | 03-May-2024 | - | 1,348 | 1,001 | ||
| Android.mk | D | 03-May-2024 | 2.1 KiB | 87 | 37 | |
| JNIHelp.cpp | D | 03-May-2024 | 12.7 KiB | 387 | 258 | |
| MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
| NOTICE | D | 03-May-2024 | 10.4 KiB | 191 | 158 | |
| README | D | 03-May-2024 | 377 | 12 | 7 | |
| Register.cpp | D | 03-May-2024 | 985 | 29 | 6 |
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