Skip to content

Instantly share code, notes, and snippets.

@alivedise
Created June 7, 2012 08:36
Show Gist options
  • Select an option

  • Save alivedise/2887435 to your computer and use it in GitHub Desktop.

Select an option

Save alivedise/2887435 to your computer and use it in GitHub Desktop.
Patch for demo
diff --git flash.sh flash.sh
index a9256ff..5093078 100755
--- flash.sh
+++ flash.sh
@@ -120,6 +120,12 @@ case "$1" in
exit $?
;;
+"demo")
+ make -C gaia install-media-samples ADB="$ADB"
+ make -C gaia install-gaia EXCLUDED="uitest test-agent" ADB="$ADB"
+ exit $?
+ ;;
+
"gaia")
make -C gaia install-gaia ADB="$ADB"
exit $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment