removed cordova plugin in makefile

This commit is contained in:
Marc Wäckerlin
2016-01-11 15:48:38 +00:00
parent 3bd00f09fd
commit a3288d4241

View File

@@ -20,7 +20,6 @@ ${ANDROID_SRC}:
chmod -R u+w "$${file}" ); \ chmod -R u+w "$${file}" ); \
done done
if [ "$$(whoami 2> /dev/null)" != "root" ]; then \ if [ "$$(whoami 2> /dev/null)" != "root" ]; then \
#${CORDOVA} plugin add https://github.com/katzer/cordova-plugin-background-mode.git; \
${CORDOVA} build --debug || ${CORDOVA} build --debug; \ ${CORDOVA} build --debug || ${CORDOVA} build --debug; \
fi fi