mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Be able to build multi-arch android apk.
By building kiwix-android on the `android` platform, we can now build `kiwix-lib` on all `android_<arch>` platforms, and so have all architectures in the same apk. Fix #108
This commit is contained in:
@ -22,7 +22,7 @@ class LibMagic(Dependency):
|
||||
class Builder(MakeBuilder):
|
||||
|
||||
@classmethod
|
||||
def get_dependencies(cls, platformInfo):
|
||||
def get_dependencies(cls, platformInfo, allDeps):
|
||||
if platformInfo.build != 'native':
|
||||
return [('native_static', 'libmagic')]
|
||||
return []
|
||||
|
Reference in New Issue
Block a user