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