1
0

android build: set SOURCE_DATE_EPOCH to cur time for debug builds

Otherwise One would have to git commit every change to be tested on a phone.
This commit is contained in:
SomberNight
2022-02-23 17:49:26 +01:00
parent 22e6094eff
commit e8b53d0240
2 changed files with 12 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ else
-storepass "$P4A_DEBUG_KEYSTORE_PASSWD" \
-keypass "$P4A_DEBUG_KEYALIAS_PASSWD"
fi
export ELEC_APK_USE_CURRENT_TIME=1
# only build one apk for debug build, for faster testing iterations
export APP_ANDROID_ARCH=arm64-v8a
make apk