HomeFreeBSD

devel/android-tools-adb: fix "get-devpath" output

Description

devel/android-tools-adb: fix "get-devpath" output

Catch up with the following upstream change:

https://android.googlesource.com/platform/system/core/+/e109d26%5E!/

Before

$ adb get-devpath
unknown

$ adb devices -l
List of devices attached
ABCD1234             device product:A1 model:Blah device:foo

After

$ adb get-devpath
ugen1.2

$ adb devices -l
List of devices attached
ABCD1234             device ugen1.2 product:A1 model:Blah device:foo

Differential Revision: https://reviews.freebsd.org/D2862
Obtained from: r389471 (based on)
Approved by: kevlo (maintainer)

Details

Provenance
jbeichAuthored on
Parents
rP390135: devel/android-tools-adb: convert to BSD-style Makefile
Branches
Unknown
Tags
Unknown