Commit 93b5b3e
committed
[[ Bug 19346 ]] Reinstate call to System.loadLibrary for android external
Calling `System.loadLibrary` loads the library and calls `JNI_OnLoad`,
which externals need to be able to execute LC API calls on an auxiliary
thread on android (as they need the pointer to the java virtual machine).
This patch reinstates that call for externals until we can work out a
satisfactory way to do this from libfoundation.1 parent e697694 commit 93b5b3e
1 file changed
Lines changed: 39 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2097 | 2097 | | |
2098 | 2098 | | |
2099 | 2099 | | |
| 2100 | + | |
| 2101 | + | |
| 2102 | + | |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
| 2132 | + | |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
2100 | 2137 | | |
2101 | 2138 | | |
2102 | 2139 | | |
2103 | 2140 | | |
2104 | | - | |
| 2141 | + | |
| 2142 | + | |
2105 | 2143 | | |
2106 | 2144 | | |
2107 | 2145 | | |
| |||
0 commit comments