diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-03-09 20:28:54 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-03-09 12:53:01 -0700 |
commit | deb2caf3e0ac90850a793ca86190d44222c60db8 (patch) | |
tree | 52a5cd226cd67271194e6e97b9039b9f9c7eab98 /packaging/android/.gitignore | |
parent | 20a82e2b21ecfa6f00b624ebee2cf9958f3190cf (diff) | |
download | subsurface-deb2caf3e0ac90850a793ca86190d44222c60db8.tar.gz |
Import subsurface-android build script
Over one year ago i started with a crazy idea, "Wouldn't Subsurface on
android be nice?" when i read about Android support in Qt.
After playing around with it and doing some quite ugly hacks i got it to
build and run.
Now are all the patches upstream and this imports the quite crude build
script, for others to continue on.
This is a squash-import of what have have happened in
https://github.com/glance-/subsurface-android during 2014.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
CC: Joseph W. Joshua <joejoshw@gmail.com>
CC: Venkatesh Shukla <venkatesh.shukla.eee11@iitbhu.ac.in>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/android/.gitignore')
-rw-r--r-- | packaging/android/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packaging/android/.gitignore b/packaging/android/.gitignore new file mode 100644 index 000000000..d25632a41 --- /dev/null +++ b/packaging/android/.gitignore @@ -0,0 +1,9 @@ +*.tar.* +*-build-*/ +libusb-*/ +libxml2-*/ +libxslt-*/ +libzip-*/ +libgit2-*/ +ndk-*/ +sqlite-autoconf-*/ |