• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

header_only_include/nativehelper/22-Nov-2023-589352

include/nativehelper/22-Nov-2023-628233

include_jni/23-Nov-2023-1,144916

platform_include/nativehelper/22-Nov-2023-1,7281,014

tests/23-Nov-2023-1,6471,182

.gitD01-Jan-19700

ALog-priv.hD23-Nov-20231.9 KiB7738

Android.bpD23-Nov-20232.6 KiB124114

JNIHelp.cppD23-Nov-202314.5 KiB408293

JniConstants.cppD23-Nov-202311.8 KiB288191

JniConstants.hD23-Nov-20233 KiB8423

JniInvocation.cppD23-Nov-20239.7 KiB322232

MODULE_LICENSE_APACHE2D22-Nov-20230

NOTICED22-Nov-202310.4 KiB191158

READMED22-Nov-2023377 127

libnativehelper.map.txtD23-Nov-2023935 4136

toStringArray.cppD23-Nov-20231.5 KiB5430

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