Created
March 10, 2021 23:21
-
-
Save supersat/6f3e26b9dc05bad493b21c0de097691d to your computer and use it in GitHub Desktop.
Shell script for waf configuration cross-compiling for Android
This file contains 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
#!/bin/sh | |
~/Library/Android/sdk/platform-tools/adb push $1 /storage/testprog > /dev/null 2> /dev/null | |
~/Library/Android/sdk/platform-tools/adb shell /storage/testprog 2> /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recommended usage: