Ladybird/Android: Use new capitalized name for main Ladybird shlib

This commit is contained in:
Andrew Kaster 2023-10-31 15:25:49 -06:00 committed by Andrew Kaster
parent 4956514dfb
commit a54baa2c34
Notes: sideshowbarker 2024-07-17 18:13:59 +09:00

View File

@ -72,7 +72,7 @@ class LadybirdActivity : AppCompatActivity() {
companion object {
// Used to load the 'ladybird' library on application startup.
init {
System.loadLibrary("ladybird")
System.loadLibrary("Ladybird")
}
}
}