mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
+ link android-support-v4.jar from the dependencies instead of having a copy in the source code
This commit is contained in:
parent
491359a338
commit
b75dadc8df
@ -296,6 +296,13 @@ for arch in ARCHS:
|
|||||||
syscall('ln -sf %(src)s %(dest)s/'
|
syscall('ln -sf %(src)s %(dest)s/'
|
||||||
% {'src': ln_src, 'dest': dest})
|
% {'src': ln_src, 'dest': dest})
|
||||||
|
|
||||||
|
# add a link to android-support-v4.jar
|
||||||
|
ln_src = '%(SDK_PATH)s/extras/android/support/v4/android-support-v4.jar' % {'SDK_PATH': SDK_PATH}
|
||||||
|
dest = 'libs/'
|
||||||
|
syscall('ln -sf %(src)s %(dest)s'
|
||||||
|
% {'src': ln_src, 'dest': dest})
|
||||||
|
sys.exit(0)
|
||||||
|
|
||||||
# check that the step went well
|
# check that the step went well
|
||||||
if CREATE_TOOLCHAIN or COMPILE_LIBLZMA or COMPILE_LIBZIM or \
|
if CREATE_TOOLCHAIN or COMPILE_LIBLZMA or COMPILE_LIBZIM or \
|
||||||
COMPILE_LIBKIWIX or STRIP_LIBKIWIX:
|
COMPILE_LIBKIWIX or STRIP_LIBKIWIX:
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user