blob: 5a5f5d45c2f4e0b01e7e2378e00d5fa30c7a0153 [file] [log] [blame]
The Android Open Source Project7f844dd2009-03-03 19:28:47 -08001Support 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
Elliott Hughese4239ae2009-10-20 16:59:01 -07007 - 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.
The Android Open Source Project7f844dd2009-03-03 19:28:47 -080010
Elliott Hughese4239ae2009-10-20 16:59:01 -070011Some helper functions are defined in include/nativehelper/JNIHelp.h.