make-release-build: freeze time when running ndk-build

This aides reproducibility.
This commit is contained in:
Hans-Christoph Steiner 2016-01-14 21:09:45 +01:00
parent 5c86b5cc7e
commit 461e35dc51
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ else
echo "skipping release ant.properties"
fi
$ANDROID_NDK_HOME/ndk-build
faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build
faketime "$TIMESTAMP" make -C external