Copy the right directory on libkiwix android.

The sub-directory `android-kiwix-lib-publisher` has not been renamed.
We plan to move this code in another repository anyway.
It is better for now to use the existing name instead of change the
directory.
This commit is contained in:
Matthieu Gautier 2021-07-02 11:19:18 +02:00
parent 11fc5a0a9c
commit 274aec60d2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class LibkiwixApp(Dependency):
except FileNotFoundError:
pass
if not os.path.exists(self.build_path):
shutil.copytree(pj(self.source_path, 'android-libkiwix-publisher'), self.build_path, symlinks=True)
shutil.copytree(pj(self.source_path, 'android-kiwix-lib-publisher'), self.build_path, symlinks=True)
for arch in option('android_arch'):
try:
kiwix_builder = get_target_step('libkiwix', 'android_{}'.format(arch))