diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-06-19 17:14:17 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-06-19 17:14:17 +0000 |
commit | 182a938f8a80fce890e93191edeb5f198d0a2cd1 (patch) | |
tree | ff4192bc99ba1e8067fbe88ebe6bb09f9a63bc8e /devel/android-tools-adb-devel/files/patch-base_logging.cpp | |
parent | devel/android-tools-adb: convert to BSD-style Makefile (diff) |
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)
Notes
Notes:
svn path=/head/; revision=390136
Diffstat (limited to 'devel/android-tools-adb-devel/files/patch-base_logging.cpp')
0 files changed, 0 insertions, 0 deletions