summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-17 10:59:34 -0700
committerElliott Hughes <enh@google.com>2015-04-17 10:59:34 -0700
commit2baae3a876ada7e22986e92188f7933cae34ce3b (patch)
treedf6378388cf43bcc043742a4da139e5486718dea /adb/Android.mk
parent0b8ecb32908f0ccde550dd510f4a562239085806 (diff)
downloadsystem_core-2baae3a876ada7e22986e92188f7933cae34ce3b.zip
system_core-2baae3a876ada7e22986e92188f7933cae34ce3b.tar.gz
system_core-2baae3a876ada7e22986e92188f7933cae34ce3b.tar.bz2
Remove various fixed-length buffers (and their overflows).
Bug: 20323052 Bug: 20323051 Bug: 20317728 Bug: 20317727 Bug: 20317726 Bug: 20317725 Change-Id: I57a5e30a5b7867715f55cee7429aa36d7ce21484
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 7d3978b..c6b0084 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -158,6 +158,7 @@ LOCAL_MODULE_TAGS := debug
LOCAL_STATIC_LIBRARIES := \
libadb \
+ libbase \
libcrypto_static \
$(EXTRA_STATIC_LIBS) \