mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Android: replace installApk.sh "launching Rockbox activity"-behaviour with
'make launch' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29565 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b92c0fa26
commit
42f69c28c6
2 changed files with 3 additions and 11 deletions
|
@ -129,5 +129,7 @@ dirs: $(DIRS)
|
|||
apk: $(APK)
|
||||
|
||||
install: apk
|
||||
$(ADB) install -r $(APK)
|
||||
$(SILENT)$(ADB) install -r $(APK)
|
||||
|
||||
launch:
|
||||
$(SILENT)echo 'am start -a android.intent.action.MAIN -n org.rockbox/.RockboxActivity; exit' | $(ADB) shell >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue