diff options
author | Josh Gao <jmgao@google.com> | 2016-08-12 23:39:26 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-12 23:39:26 +0200 |
commit | 92c7e27e95be0f124579f427b345747f1f3b6b49 (patch) | |
tree | fb157145789430f7d9d165f43d9414e34ac89cfb | |
parent | resolve merge conflicts of 66940b9 to nyc-mr1-dev-plus-aosp (diff) | |
parent | Merge "adb headers now refer to openssl headers." am: e4cf854dbf am: c687a72d9f (diff) | |
download | android_bootable_recovery-92c7e27e95be0f124579f427b345747f1f3b6b49.tar android_bootable_recovery-92c7e27e95be0f124579f427b345747f1f3b6b49.tar.gz android_bootable_recovery-92c7e27e95be0f124579f427b345747f1f3b6b49.tar.bz2 android_bootable_recovery-92c7e27e95be0f124579f427b345747f1f3b6b49.tar.lz android_bootable_recovery-92c7e27e95be0f124579f427b345747f1f3b6b49.tar.xz android_bootable_recovery-92c7e27e95be0f124579f427b345747f1f3b6b49.tar.zst android_bootable_recovery-92c7e27e95be0f124579f427b345747f1f3b6b49.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) |