mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:27:34 +00:00
Ladybird/Android: Use new capitalized name for main Ladybird shlib
This commit is contained in:
parent
4956514dfb
commit
a54baa2c34
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class LadybirdActivity : AppCompatActivity() {
|
||||||
companion object {
|
companion object {
|
||||||
// Used to load the 'ladybird' library on application startup.
|
// Used to load the 'ladybird' library on application startup.
|
||||||
init {
|
init {
|
||||||
System.loadLibrary("ladybird")
|
System.loadLibrary("Ladybird")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue