mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 08:47:36 +00:00
Ladybird/Meta: Add Android build
Build an Android APK file that, when configured properly in Qt Creator, can be used to deploy the browser to an Android device. The current build requires NDK 24, targets no less than Android API 30, and Qt Creator 6.4.0.
This commit is contained in:
parent
7e42eae1a2
commit
261f078a28
12 changed files with 516 additions and 7 deletions
5
Ladybird/.gitignore
vendored
5
Ladybird/.gitignore
vendored
|
@ -5,3 +5,8 @@ ladybird
|
|||
moc_*
|
||||
Build
|
||||
build
|
||||
CMakeLists.txt.user
|
||||
android/gradle
|
||||
android/gradlew*
|
||||
android/assets/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue