mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
[ANDROID] Build only the apk, not everything.
It seems that build everything on android side is a bit too expensive. Let's do as is done on android CI, build only the apk.
This commit is contained in:
@ -470,7 +470,7 @@ class MesonBuilder(Builder):
|
||||
|
||||
|
||||
class GradleBuilder(Builder):
|
||||
gradle_target = "build"
|
||||
gradle_target = "assembleKiwixRelease assembleKiwixDebug"
|
||||
gradle_option = "-i --no-daemon --build-cache"
|
||||
|
||||
def build(self):
|
||||
|
Reference in New Issue
Block a user