diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2019-07-17 09:03:48 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-18 06:39:00 -0700 |
commit | 29f4d35bc429891a735855725ed6c620a04e242c (patch) | |
tree | 984ea38a2e157602f0fea816e4d85eebd7578dfc /INSTALL | |
parent | 7c722ea22244c30c27fb1d464d011907fd86b1bb (diff) | |
download | subsurface-29f4d35bc429891a735855725ed6c620a04e242c.tar.gz |
Android: fix location of the build apks
With all upgrading, the build apks now show up in a slightly different
location. Correct this in the scripting. Notice that this is debug
building only. Release building is outside the repo.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,4 +346,4 @@ This will download and install the required NDK, SDK and Qt required to build th After that, you can run: ./subsurface/packaging/android/build.sh everytime you want to build a new version. -This will generate an apk file in ./subsurface-mobile-build-arm/build/outputs/apk/ +This will generate an apk file in ./subsurface-mobile-build-arm/build/outputs/apk/debug |