commit | e4cf854dbfc517ed6087fef9e920f2455a474b90 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Aug 12 21:11:25 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 12 21:11:26 2016 +0000 |
tree | 6b6dbdd83b8a76c2f48c9c69eae0f552b43299a4 | |
parent | 8a4333f3b9e512796d3f9488d80a7815c0c29ac5 [diff] | |
parent | 1675848a39512ad512c530c0e47ccd1ce13f96e5 [diff] |
Merge "adb headers now refer to openssl headers."
diff --git a/minadbd/Android.mk b/minadbd/Android.mk index b3bbb42..34631a9 100644 --- a/minadbd/Android.mk +++ b/minadbd/Android.mk
@@ -21,7 +21,7 @@ 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)