android-tools: update to 5.1.1r8.

This commit is contained in:
Juan RP 2015-07-30 07:14:44 +02:00
parent 6c907b7aa3
commit e041f4fc03
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'android-tools'
pkgname=android-tools
_version=5.1.1_r6
_distver=5.1.1_r8
# NOTE: not all upstream updates has code changes for the parts
# of android used by android-tools. Check for diff with:
# curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1
version=${_version/_/}
version=${_distver/_/}
revision=1
create_wrksrc=yes
build_style=gnu-makefile
@ -18,7 +18,7 @@ homepage="http://developer.android.com/tools/help/adb.html"
do_fetch() {
local r
for r in system/core system/extras external/libselinux external/f2fs-tools; do
git clone -b android-${_version} \
git clone -b android-${_distver} \
https://android.googlesource.com/platform/$r \
${pkgname}-${version}/$(basename $r)
done