native binary asset building fixes
move pdnsd exec to assets
This commit is contained in:
parent
d839b154a1
commit
3691ccae3a
Binary file not shown.
Binary file not shown.
|
@ -58,9 +58,12 @@ else
|
||||||
echo "skipping release ant.properties"
|
echo "skipping release ant.properties"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ndk-build
|
||||||
|
|
||||||
faketime "$TIMESTAMP" make -C external
|
faketime "$TIMESTAMP" make -C external
|
||||||
|
|
||||||
./setup-ant
|
./setup-ant
|
||||||
|
|
||||||
faketime -f "$TIMESTAMP_5" ant release
|
faketime -f "$TIMESTAMP_5" ant release
|
||||||
|
|
||||||
apk=$projectroot/bin/$projectname-v$describe.apk
|
apk=$projectroot/bin/$projectname-v$describe.apk
|
||||||
|
|
Loading…
Reference in New Issue