diff options
author | Josh Gao <jmgao@google.com> | 2016-08-12 23:11:25 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-08-12 23:11:26 +0200 |
commit | e4cf854dbfc517ed6087fef9e920f2455a474b90 (patch) | |
tree | 6b6dbdd83b8a76c2f48c9c69eae0f552b43299a4 | |
parent | Merge "Handle error from fopen_path in finish_recovery" (diff) | |
parent | adb headers now refer to openssl headers. (diff) | |
download | android_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.mk | 2 |
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) |