summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2016-01-08 13:24:13 -0800
committerJorge Lucangeli Obes <jorgelo@google.com>2016-01-08 13:33:01 -0800
commit218eb7c820dccbc58b48a0f3c4cf7f2d58934064 (patch)
treef1ad26a22c7d7978831f362455302651c4723bc6
parenta649a7df15617e1e54cc89c2f682a5e6472bf304 (diff)
downloadcore-218eb7c820dccbc58b48a0f3c4cf7f2d58934064.tar.gz
adbd: Depend only on libminijail.
With https://android-review.googlesource.com/#/c/195460, adbd can depend only on libminijail, without having to include its dependencies. Bug: 26099611 Change-Id: I2312d8584dda88b4a4619d3100d0983fa2833ba5
-rw-r--r--adb/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 9c8ab6d24..d62922355 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -349,8 +349,6 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
libbase \
libcrypto_static \
- libminijail \
- libminijail_generated \
- libcap
+ libminijail
include $(BUILD_EXECUTABLE)