diff options
author | Mattias Nissler <mnissler@google.com> | 2016-04-13 03:49:17 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-04-13 03:49:17 +0200 |
commit | ecd32c786c1469e476b29d13c3a25663d593da62 (patch) | |
tree | 571fa80724f0356932d702fc75376e126d5a8c6d /updater | |
parent | resolve merge conflicts of a58a6db to nyc-dev-plus-aosp (diff) | |
parent | resolve merge conflicts of 2bf95ac to nyc-dev-plus-aosp (diff) | |
download | android_bootable_recovery-ecd32c786c1469e476b29d13c3a25663d593da62.tar android_bootable_recovery-ecd32c786c1469e476b29d13c3a25663d593da62.tar.gz android_bootable_recovery-ecd32c786c1469e476b29d13c3a25663d593da62.tar.bz2 android_bootable_recovery-ecd32c786c1469e476b29d13c3a25663d593da62.tar.lz android_bootable_recovery-ecd32c786c1469e476b29d13c3a25663d593da62.tar.xz android_bootable_recovery-ecd32c786c1469e476b29d13c3a25663d593da62.tar.zst android_bootable_recovery-ecd32c786c1469e476b29d13c3a25663d593da62.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index 47c56ccd9..7c3f6160c 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -34,6 +34,7 @@ LOCAL_STATIC_LIBRARIES += \ libfec_rs \ libext4_utils_static \ libsquashfs_utils \ + libcrypto_utils_static \ libcrypto_static \ libapplypatch \ libbase \ |