From a64eef7f82a69652a56f2a4c752c1e9cb533694e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 5 Mar 2016 17:14:33 -0800 Subject: Android build: automate setting the right version number Signed-off-by: Dirk Hohndel --- packaging/android/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packaging/android') diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 03c2ddae9..7b522b5df 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -348,6 +348,12 @@ cmake $MOBILE_CMAKE \ # libcrypto - that's not helpful sed -i -e "s/-lcrypto//g" CMakeFiles/subsurface-mobile.dir/link.txt +# set up the version number +SUBSURFACE_MOBILE_VERSION=$(grep MOBILE_VERSION_STRING ssrf-version.h | awk "{ print \$3 }" ) +rm -rf android-mobile +cp -a $SUBSURFACE_SOURCE/android-mobile . +sed -i -e "s/@SUBSURFACE_MOBILE_VERSION@/$SUBSURFACE_MOBILE_VERSION/" android-mobile/AndroidManifest.xml + # now build Subsurface and use the rest of the command line arguments make $@ -- cgit v1.2.3-70-g09d2