android-tools: fix adb service.

This commit is contained in:
Enno Boland 2015-03-12 17:28:30 +01:00
parent 97187ee382
commit 983cf5027a
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
set -e
exec adb kill-server

View File

@ -1,3 +1,5 @@
#!/bin/sh
set -e
[ -r conf ] && . ./conf
exec adb fork-server server ${OPTS:=-P 5037}
adb ${OPTS:=start-server -P5037}
exec chpst -b adb pause

View File

@ -1,7 +1,7 @@
# Template file for 'android-tools'
pkgname=android-tools
version=5.1.0_r1
revision=2
revision=3
create_wrksrc=yes
build_style=gnu-makefile
hostmakedepends="git"