forked from amazingfate/loongoffice
Only renders on very-first-start after install (oddly). We initialize vcl in it's own thread to avoid problems. Thanks to tml for fixing a linking issue. Change-Id: I960d11c6098681356fea0634970545aa9af9bacb
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
dummy {
|
|
global:
|
|
Java_*;
|
|
JNI_OnLoad;
|
|
local:
|
|
*;
|
|
};
|