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:
Joel Dice 2014-01-10 11:29:59 -07:00
parent 290d7a9fc0
commit 43af2bf260

1
vm.pro
View File

@ -98,6 +98,7 @@
-keepclassmembers class 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: