1
0

Merge pull request #7263 from SomberNight/202104_android

reproducible build for Android apk
This commit is contained in:
ghost43
2021-06-10 13:19:41 +00:00
committed by GitHub
38 changed files with 776 additions and 65 deletions

View File

@@ -36,9 +36,6 @@ git submodule update --init
(
cd "$ROOT_FOLDER"
# we could build the kivy atlas potentially?
#(cd contrib/android/; make theming) || echo "building kivy atlas failed! skipping."
find -exec touch -h -d '2000-11-11T11:11:11+00:00' {} +
# note: .zip sdists would not be reproducible due to https://bugs.python.org/issue40963