diff options
author | Josh Gao <jmgao@google.com> | 2016-08-08 20:33:51 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-08 20:33:51 +0200 |
commit | dc974043460cb5eb7bafa06510d95e203f656af2 (patch) | |
tree | d0f86c7c92d95f893be14577535a731853c2a2ff /updater | |
parent | Merge "Recovery mode UI flicker" (diff) | |
parent | Merge "Fix references to libcrypto_utils_static." (diff) | |
download | android_bootable_recovery-dc974043460cb5eb7bafa06510d95e203f656af2.tar android_bootable_recovery-dc974043460cb5eb7bafa06510d95e203f656af2.tar.gz android_bootable_recovery-dc974043460cb5eb7bafa06510d95e203f656af2.tar.bz2 android_bootable_recovery-dc974043460cb5eb7bafa06510d95e203f656af2.tar.lz android_bootable_recovery-dc974043460cb5eb7bafa06510d95e203f656af2.tar.xz android_bootable_recovery-dc974043460cb5eb7bafa06510d95e203f656af2.tar.zst android_bootable_recovery-dc974043460cb5eb7bafa06510d95e203f656af2.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index 75af4bdd0..b4d427c5d 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -34,8 +34,8 @@ LOCAL_STATIC_LIBRARIES += \ libfec_rs \ libext4_utils_static \ libsquashfs_utils \ - libcrypto_utils_static \ - libcrypto_static \ + libcrypto_utils \ + libcrypto \ libapplypatch \ libbase \ libotafault \ |