commit | 617d01a9c188573df5714187bce26cdd670b7216 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 26 07:41:39 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 26 07:41:39 2019 -0700 |
tree | 9dd0668af9c95ca8cbf039d894ea51cf1c571b8a | |
parent | 92214baec296e1de024d7482141078fad47de866 [diff] | |
parent | 4c4c7dc26bdf58c955a68b54b1e7acce58c1d971 [diff] |
Merge "Use libcrypto_static instead of libcrypto" am: 4c4c7dc26b Change-Id: Ia77cc9f13f4807fd2276b332599a1b489cf4a9a6
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)