summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-08-10 03:46:57 +0200
committerElliott Hughes <enh@google.com>2016-08-10 03:46:57 +0200
commit1675848a39512ad512c530c0e47ccd1ce13f96e5 (patch)
tree03964be70bc7a38028ca7d2e095dead0d8b54138
parentMerge "Fix references to libcrypto_utils_static." (diff)
downloadandroid_bootable_recovery-1675848a39512ad512c530c0e47ccd1ce13f96e5.tar
android_bootable_recovery-1675848a39512ad512c530c0e47ccd1ce13f96e5.tar.gz
android_bootable_recovery-1675848a39512ad512c530c0e47ccd1ce13f96e5.tar.bz2
android_bootable_recovery-1675848a39512ad512c530c0e47ccd1ce13f96e5.tar.lz
android_bootable_recovery-1675848a39512ad512c530c0e47ccd1ce13f96e5.tar.xz
android_bootable_recovery-1675848a39512ad512c530c0e47ccd1ce13f96e5.tar.zst
android_bootable_recovery-1675848a39512ad512c530c0e47ccd1ce13f96e5.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)