commit | 6e322ebd092d4165b1a03ada79ad4faf5f21ff5a | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Jan 09 13:11:33 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Mon Jan 09 14:01:49 2023 +0000 |
tree | 3579fc54de7fd7603519f4594b3dd575f29816ec | |
parent | 45713c7586cb9f382bf9dbc43072d884841f17f5 [diff] |
javalib: Remove JNI boilerplate code Our JNI_OnLoad functions only register native methods with the VM. The VM can do this automatically if the functions follow its naming scheme, and if C++ name mangling is disabled. Test: atest MicrodroidTestApp Change-Id: Ida323baefae226e8f643b6842edf6317eb572411
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.