Browse Source

Fix: revert hard-coded Android buildrev

Rod Hynes 3 years ago
parent
commit
9e3e8d6c1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MobileLibrary/Android/make.bash

+ 1 - 1
MobileLibrary/Android/make.bash

@@ -18,7 +18,7 @@ export GOCACHE=/tmp
 BUILDINFOFILE="psiphon-tunnel-core_buildinfo.txt"
 BUILDINFOFILE="psiphon-tunnel-core_buildinfo.txt"
 BUILDDATE=$(date --iso-8601=seconds)
 BUILDDATE=$(date --iso-8601=seconds)
 BUILDREPO="https://github.com/Psiphon-Labs/psiphon-tunnel-core.git"
 BUILDREPO="https://github.com/Psiphon-Labs/psiphon-tunnel-core.git"
-BUILDREV="5641695f"
+BUILDREV=$(git rev-parse --short HEAD)
 GOVERSION=$(go version | perl -ne '/go version (.*?) / && print $1')
 GOVERSION=$(go version | perl -ne '/go version (.*?) / && print $1')
 
 
 LDFLAGS="\
 LDFLAGS="\