commit | 3cdfb3b0aa6ae36663fb80a628ceda388da95cd6 | [log] [tgz] |
---|---|---|
author | Jorge Lucangeli Obes <jorgelo@google.com> | Sat Jan 09 00:15:20 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jan 09 00:15:20 2016 +0000 |
tree | 97d839e9662383ca4384623629d38b22e387216a | |
parent | ec97cb8b509f06e658cfa2a2fb86e0fbe8e28e25 [diff] | |
parent | 6fe993072282c14419198e4a5bd84872637d30a5 [diff] |
Merge "adbd: Depend only on libminijail." am: 6fe9930722 * commit '6fe993072282c14419198e4a5bd84872637d30a5': adbd: Depend only on libminijail.
diff --git a/adb/Android.mk b/adb/Android.mk index 9c8ab6d..d629223 100644 --- a/adb/Android.mk +++ b/adb/Android.mk
@@ -349,8 +349,6 @@ libcutils \ libbase \ libcrypto_static \ - libminijail \ - libminijail_generated \ - libcap + libminijail include $(BUILD_EXECUTABLE)