[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:
parent
4329629f97
commit
961076bb87
|
@ -470,7 +470,7 @@ class MesonBuilder(Builder):
|
||||||
|
|
||||||
|
|
||||||
class GradleBuilder(Builder):
|
class GradleBuilder(Builder):
|
||||||
gradle_target = "build"
|
gradle_target = "assembleKiwixRelease assembleKiwixDebug"
|
||||||
gradle_option = "-i --no-daemon --build-cache"
|
gradle_option = "-i --no-daemon --build-cache"
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
|
|
Loading…
Reference in New Issue