[Scummvm-cvs-logs] scummvm master -> 1b41de4ad86f054380dc444a127d0ff6f6aa04bd

dhewg dhewg at wiibrew.org
Fri Feb 18 21:20:28 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1b41de4ad8 ANDROID: dist target for buildbot


Commit: 1b41de4ad86f054380dc444a127d0ff6f6aa04bd
    https://github.com/scummvm/scummvm/commit/1b41de4ad86f054380dc444a127d0ff6f6aa04bd
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-02-18T11:18:13-08:00

Commit Message:
ANDROID: dist target for buildbot

Changed paths:
    backends/platform/android/android.mk



diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index ea2117c..a037e91 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -169,5 +169,11 @@ androidtest: $(APK_MAIN) $(APK_PLUGINS)
 	done
 	$(ADB) shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -n org.inodes.gus.scummvm/.Unpacker
 
+# used by buildbot!
+androiddistdebug: all
+	$(MKDIR) debug
+	$(CP) $(APK_MAIN) $(APK_PLUGINS) debug/
+	for i in $(DIST_FILES_DOCS); do sed 's/$$/\r/' < $$i > debug/`basename $$i`.txt; done
+
 .PHONY: androidrelease androidtest
 






More information about the Scummvm-git-logs mailing list