summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-08-12 23:11:25 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-08-12 23:11:26 +0200
commite4cf854dbfc517ed6087fef9e920f2455a474b90 (patch)
tree6b6dbdd83b8a76c2f48c9c69eae0f552b43299a4
parentMerge "Handle error from fopen_path in finish_recovery" (diff)
parentadb headers now refer to openssl headers. (diff)
downloadandroid_bootable_recovery-e4cf854dbfc517ed6087fef9e920f2455a474b90.tar
android_bootable_recovery-e4cf854dbfc517ed6087fef9e920f2455a474b90.tar.gz
android_bootable_recovery-e4cf854dbfc517ed6087fef9e920f2455a474b90.tar.bz2
android_bootable_recovery-e4cf854dbfc517ed6087fef9e920f2455a474b90.tar.lz
android_bootable_recovery-e4cf854dbfc517ed6087fef9e920f2455a474b90.tar.xz
android_bootable_recovery-e4cf854dbfc517ed6087fef9e920f2455a474b90.tar.zst
android_bootable_recovery-e4cf854dbfc517ed6087fef9e920f2455a474b90.zip
-rw-r--r--minadbd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk
index b3bbb428c..34631a944 100644
--- a/minadbd/Android.mk
+++ b/minadbd/Android.mk
@@ -21,7 +21,7 @@ LOCAL_CFLAGS := $(minadbd_cflags)
LOCAL_CONLY_FLAGS := -Wimplicit-function-declaration
LOCAL_C_INCLUDES := bootable/recovery system/core/adb
LOCAL_WHOLE_STATIC_LIBRARIES := libadbd
-LOCAL_STATIC_LIBRARIES := libbase
+LOCAL_STATIC_LIBRARIES := libcrypto libbase
include $(BUILD_STATIC_LIBRARY)