summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-12 22:37:36 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-12 22:37:36 +0100
commit68b7f08b96e0147a59a47013326d05eab4769143 (patch)
treee64041fcc71fc6b0202a5131682b55fe5dbdbddf /updater/Android.mk
parentMerge "Do not inject I/O fault on a retry" am: 37d74f3e20 am: 854ef3b9d1 (diff)
parentRemove "_static" suffix from libext4_utils. am: 31653660ad (diff)
downloadandroid_bootable_recovery-68b7f08b96e0147a59a47013326d05eab4769143.tar
android_bootable_recovery-68b7f08b96e0147a59a47013326d05eab4769143.tar.gz
android_bootable_recovery-68b7f08b96e0147a59a47013326d05eab4769143.tar.bz2
android_bootable_recovery-68b7f08b96e0147a59a47013326d05eab4769143.tar.lz
android_bootable_recovery-68b7f08b96e0147a59a47013326d05eab4769143.tar.xz
android_bootable_recovery-68b7f08b96e0147a59a47013326d05eab4769143.tar.zst
android_bootable_recovery-68b7f08b96e0147a59a47013326d05eab4769143.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 5d328a3fa..22c73241a 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -31,7 +31,7 @@ updater_common_static_libraries := \
libutils \
libmounts \
libotafault \
- libext4_utils_static \
+ libext4_utils \
libfec \
libfec_rs \
libfs_mgr \