mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/android-tools to 29.0.4-1
This commit is contained in:
parent
d173b3d359
commit
c361153a2c
1 changed files with 2 additions and 5 deletions
|
@ -8,8 +8,8 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=android-tools
|
||||
pkgver=29.0.3
|
||||
pkgrel=2
|
||||
pkgver=29.0.4
|
||||
pkgrel=1
|
||||
tag=platform-tools-$pkgver
|
||||
pkgdesc='Android platform tools'
|
||||
arch=(x86_64)
|
||||
|
@ -32,7 +32,6 @@ source=(git+https://android.googlesource.com/platform/system/core#tag=$tag
|
|||
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
|
||||
generate_build.rb
|
||||
fix_build_core.patch
|
||||
fix_sparse_img.patch
|
||||
bash_completion.fastboot)
|
||||
# Bash completion file was taken from https://github.com/mbrubeck/android-completion
|
||||
sha1sums=('SKIP'
|
||||
|
@ -45,7 +44,6 @@ sha1sums=('SKIP'
|
|||
'SKIP'
|
||||
'afca7974ad8658e52fd028ead12ad0a959d63273'
|
||||
'6f3d6ca9112b0f2b3049febb46cf311ddc883567'
|
||||
'2b57a4cf8012473c1a4fc6adae16573756272b02'
|
||||
'7004dbd0c193668827174880de6f8434de8ceaee')
|
||||
|
||||
prepare() {
|
||||
|
@ -53,7 +51,6 @@ prepare() {
|
|||
|
||||
cd "$srcdir"/core
|
||||
patch -p1 < ../fix_build_core.patch
|
||||
patch -p1 < ../fix_sparse_img.patch # FS#63370
|
||||
|
||||
cd "$srcdir"/avb
|
||||
sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' avbtool
|
||||
|
|
Loading…
Reference in a new issue