summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-27 14:20:17 -0700
committerElliott Hughes <enh@google.com>2015-04-27 17:19:01 -0700
commit03a90d663363c904d5b874f2de204a055c763b3c (patch)
tree916e55e56259523744fdb7b855935a622f042f0b /adb/Android.mk
parentf5290ee1a72ba063d2efb2e0ec604006fa042985 (diff)
downloadsystem_core-03a90d663363c904d5b874f2de204a055c763b3c.tar.gz
system_core-03a90d663363c904d5b874f2de204a055c763b3c.tar.bz2
system_core-03a90d663363c904d5b874f2de204a055c763b3c.zip
Support the full length of USB serial numbers.
Two bugs: we couldn't report the serial number correctly if it was long enough, and it wasn't possible to connect to a device whose serial number was long enough to overflow a different fixed-length buffer. Bug: http://b/20317730 (cherry picked from commit 9309ecbcec428edfcb487ef697862bce59a1aed5) Change-Id: I04c160a215418a57bd4fb27b7f63060c8be6f12e
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 695190481..9b6e14749 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -167,6 +167,7 @@ LOCAL_STATIC_LIBRARIES := \
libbase \
libcrypto_static \
libcutils \
+ liblog \
$(EXTRA_STATIC_LIBS) \
# libc++ not available on windows yet