mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
fix permission error for ndk pre r11
This commit is contained in:
parent
4595d1aff9
commit
156cb790ec
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ fdroid build:
|
|||
set -x;
|
||||
apt-get install sudo;
|
||||
./tools/setup-ndk-per-build.py $build $VAGRANT_HOME/android-ndk;
|
||||
chown -R vagrant $VAGRANT_HOME;
|
||||
$fdroid fetchsrclibs $build --verbose;
|
||||
$fdroid build --verbose --scan-binary --on-server --no-tarball $build;
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue