Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c369668 authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Do not define JNI_OnLoad for Windows" into main

parents b7faccdc a19127a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -391,6 +391,7 @@ public:

} // namespace android

#ifndef _WIN32
using namespace android;

JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void*) {
@@ -407,3 +408,4 @@ JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void*) {

    return JNI_VERSION_1_6;
}
#endif