Commit f626c1a
authored
Compile plugins during native:package builds (#22)
PackageCommand::buildAndroid() was missing the compileAndroidPlugins()
call that RunCommand uses via runAndroid(). This meant plugin bridge
functions (like SecureStorage) were never registered in Bifrost/release
builds, causing nativephp_call() to return null for all plugin methods.1 parent 8ed9a70 commit f626c1a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
| |||
0 commit comments