Kaydet (Commit) bef7a8c0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use correct JNI name mangling of underscores

üst 3b0e35bf
......@@ -1502,8 +1502,8 @@ extract_files(const char *prefix)
__attribute__ ((visibility("default")))
void
Java_org_libreoffice_android_Bootstrap_patch_libgnustl_shared(JNIEnv* env,
jobject clazz)
Java_org_libreoffice_android_Bootstrap_patch_1libgnustl_1shared(JNIEnv* env,
jobject clazz)
{
(void) env;
(void) clazz;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment