https://github.com/multi-os-engine/libnativehelper
Multi-OS Engine: libnativehelper
https://github.com/multi-os-engine/libnativehelper
Last synced: 17 days ago
JSON representation
Multi-OS Engine: libnativehelper
- Host: GitHub
- URL: https://github.com/multi-os-engine/libnativehelper
- Owner: multi-os-engine
- License: other
- Created: 2016-08-09T15:34:39.000Z (almost 10 years ago)
- Default Branch: moe-master
- Last Pushed: 2022-07-23T15:25:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T14:33:01.339Z (over 1 year ago)
- Language: C++
- Homepage: https://multi-os-engine.org
- Size: 352 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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.