diff options
Diffstat (limited to '')
-rw-r--r-- | updater/Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index bc766c453..6f54d89b8 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -44,7 +44,7 @@ updater_common_static_libraries := \ libziparchive \ libz \ libbase \ - libcrypto \ + libcrypto_static \ libcrypto_utils \ libcutils \ libutils @@ -109,7 +109,6 @@ LOCAL_GENERATED_SOURCES := $(inc) inc := LOCAL_FORCE_STATIC_EXECUTABLE := true -LOCAL_INJECT_BSSL_HASH := true include $(BUILD_EXECUTABLE) |