mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
android-tools: stop depending on android-udev-rules
People may have their specific rules. Let's them decide if they want, this is not a hard dependency anyway. Close: #23307
This commit is contained in:
parent
8b9303bf04
commit
ebbc6cbcad
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'android-tools'
|
||||
pkgname=android-tools
|
||||
version=29.0.6
|
||||
revision=2
|
||||
revision=3
|
||||
archs="armv* aarch64* x86_64* i686*"
|
||||
build_style=cmake
|
||||
hostmakedepends="perl go"
|
||||
makedepends="gtest-devel zlib-devel libressl-devel libusb-devel pcre2-devel"
|
||||
depends="android-udev-rules"
|
||||
short_desc="Android platform tools (adb and fastboot)"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="Apache-2.0, ISC, GPL-2.0-only, MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue