diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-23 13:30:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-23 13:30:30 -0400 |
commit | bc12661f32692ab84c216c4fdeb8d9aee3656543 (patch) | |
tree | daac4d3c254c0c3daa6723ad39c5ba311bf540bc /standalone/android/Makefile | |
parent | 3c4c9d30c58c4820ec3c18c461051cc7685b6e5e (diff) |
Standalone builds now check gpg signatures before upgrading.
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r-- | standalone/android/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 404841bc0..a11c0bcc1 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -76,6 +76,7 @@ build: start cp $(GIT_ANNEX_ANDROID_SOURCETREE)/git/git.tar.gz $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.git.tar.gz.so git rev-parse HEAD > $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.version.so + cp ../trustedkeys.gpg $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.trustedkeys.so mkdir -p ../../tmp/4.0 ../../tmp/4.3 |