basic android abb works, distcheck fails; refs #24

This commit is contained in:
Marc Wäckerlin
2015-09-19 08:42:48 +00:00
parent a04f485daf
commit b2460097e6
13 changed files with 261 additions and 47 deletions

BIN
cordova/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -5,18 +5,20 @@
EXTRA_DIST = config.xml.in hooks platforms plugins www
ANDROID = safechat.apk
ANDROID_SRC = platforms/android/build/outputs/apk/android-release-unsigned.apk
#ANDROID_SRC = platforms/android/build/outputs/apk/android-release-unsigned.apk
ANDROID_SRC = platforms/android/build/outputs/apk/android-debug.apk
wwwdir = ${pkgdatadir}/html
www_DATA = ${ANDROID}
${ANDROID_SRC}: ${EXTRA_DIST}
cordova build --release
cordova build --debug
${ANDROID}: ${ANDROID_SRC}
mv $< $@
clean-local:
platforms/android/cordova/clean
-rm -r platforms/android/.gradle
CLEANFILES = ${ANDROID} ${ANDROID_SRC}
MAINTAINERCLEANFILES = makefile.in

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB