diff options
author | Andrew Kaster <andrewdkaster@gmail.com> | 2022-07-11 01:14:53 -0600 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-12-25 07:58:58 -0700 |
commit | 261f078a28954275291e175cd51a41095d9abcf6 (patch) | |
tree | bd26e1c08a329278ee349da4d23622cb6709a463 /Ladybird/.gitignore | |
parent | 7e42eae1a24c2d3c6c7954e56549f08cd204b842 (diff) | |
download | serenity-261f078a28954275291e175cd51a41095d9abcf6.zip |
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.
Diffstat (limited to 'Ladybird/.gitignore')
-rw-r--r-- | Ladybird/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ladybird/.gitignore b/Ladybird/.gitignore index 84bbdd10cf..d7cdb5d338 100644 --- a/Ladybird/.gitignore +++ b/Ladybird/.gitignore @@ -5,3 +5,8 @@ ladybird moc_* Build build +CMakeLists.txt.user +android/gradle +android/gradlew* +android/assets/ + |