git update-index --assume-unchanged res/values/git-rev.xml echo '' > res/values/git-rev.xml echo '' >> res/values/git-rev.xml echo '' >> res/values/git-rev.xml echo 'Version information:' $* \\n >> res/values/git-rev.xml echo 'android:' $(git log --abbrev-commit --pretty=oneline -1) '\n'\ 'engine:' $(cd jni/src/Xash3D/*/;git log --abbrev-commit --pretty=oneline -1) '\n'\ 'client:' $(cd jni/src/XashXT/*/;git log --abbrev-commit --pretty=oneline -1) ' \n'\ 'halflife:' $(cd jni/src/HLSDK/*/;git log --abbrev-commit --pretty=oneline -1) ' \n'\ 'SDL2:' $(cd jni/src/SDL2/*/;git log --abbrev-commit --pretty=oneline -1) '\n'\ 'TouchControls:' $(cd jni/src/MobileTouchControls/*/;git log --abbrev-commit --pretty=oneline -1) '\n'\ 'nanogl:' $(cd jni/src/NanoGL/*/;git log --abbrev-commit --pretty=oneline -1) '\n'\ | sed -e s/\'/\\\\\'/g >> res/values/git-rev.xml echo '' >> res/values/git-rev.xml echo '' >> res/values/git-rev.xml cat res/values/git-rev.xml