mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
add Thread.run() to vm.pro
This is necessary to ensure multithreaded Android-classpath-based ProGuarded builds do not fail with NoSuchMethodErrors.
This commit is contained in:
parent
290d7a9fc0
commit
43af2bf260
1
vm.pro
1
vm.pro
@ -98,6 +98,7 @@
|
|||||||
|
|
||||||
-keepclassmembers class java.lang.Thread {
|
-keepclassmembers class java.lang.Thread {
|
||||||
private static void run(java.lang.Thread);
|
private static void run(java.lang.Thread);
|
||||||
|
public void run();
|
||||||
}
|
}
|
||||||
|
|
||||||
# when continuations are enabled, the VM may call these methods by name:
|
# when continuations are enabled, the VM may call these methods by name:
|
||||||
|
Loading…
Reference in New Issue
Block a user