commit | ffa9ffbd2bf3226245aa436326a471c4cd6c1cdf | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Sep 26 22:46:14 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 26 22:46:14 2019 +0000 |
tree | 2fa17f82041bb368389eec8b488e7304d5661ebc | |
parent | 4c4c7dc26bdf58c955a68b54b1e7acce58c1d971 [diff] | |
parent | 3305d48b0be5c6d1578e04e9835c236335a40a9f [diff] |
Merge "minadbd: Export minadbd/types.h to libinstall."
diff --git a/updater/Android.mk b/updater/Android.mk index bc766c4..6f54d89 100644 --- a/updater/Android.mk +++ b/updater/Android.mk
@@ -44,7 +44,7 @@ libziparchive \ libz \ libbase \ - libcrypto \ + libcrypto_static \ libcrypto_utils \ libcutils \ libutils @@ -109,7 +109,6 @@ inc := LOCAL_FORCE_STATIC_EXECUTABLE := true -LOCAL_INJECT_BSSL_HASH := true include $(BUILD_EXECUTABLE)