Created
June 7, 2012 08:36
-
-
Save alivedise/2887435 to your computer and use it in GitHub Desktop.
Patch for demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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