Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nova-video-player/aos-libnativehelper
https://github.com/nova-video-player/aos-libnativehelper
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nova-video-player/aos-libnativehelper
- Owner: nova-video-player
- License: other
- Created: 2018-05-15T12:19:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T13:04:48.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:04:32.498Z (7 months ago)
- Language: C++
- Size: 231 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- 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.