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

..--

header_only_include/nativehelper/22-Nov-2023-587350

include/nativehelper/22-Nov-2023-677219

include_jni/23-Nov-2023-1,144916

platform_include/nativehelper/22-Nov-2023-1,7301,016

tests/23-Nov-2023-1,6531,188

.gitD01-Jan-19700

ALog-priv.hD23-Nov-20231.9 KiB7738

Android.bpD23-Nov-20233.6 KiB150138

JNIHelp.cppD23-Nov-202314.5 KiB413297

JniConstants.cppD22-Nov-202311.8 KiB288191

JniConstants.hD23-Nov-20233.1 KiB8725

JniInvocation.cppD23-Nov-20239.5 KiB319231

MODULE_LICENSE_APACHE2D22-Nov-20230

NOTICED22-Nov-202310.4 KiB191158

PREUPLOAD.cfgD23-Nov-202329 32

READMED22-Nov-2023377 127

TEST_MAPPINGD23-Nov-202372 87

libnativehelper.map.txtD22-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