summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-12 22:27:37 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-12 22:27:37 +0100
commit4b54093899e8524fe91870750fdad615006fb33d (patch)
treeb91f5dbe7b6de4930afab68102a04e1a0d03e4e1 /updater/Android.mk
parentMerge "Do not inject I/O fault on a retry" (diff)
parentRemove "_static" suffix from libext4_utils. (diff)
downloadandroid_bootable_recovery-4b54093899e8524fe91870750fdad615006fb33d.tar
android_bootable_recovery-4b54093899e8524fe91870750fdad615006fb33d.tar.gz
android_bootable_recovery-4b54093899e8524fe91870750fdad615006fb33d.tar.bz2
android_bootable_recovery-4b54093899e8524fe91870750fdad615006fb33d.tar.lz
android_bootable_recovery-4b54093899e8524fe91870750fdad615006fb33d.tar.xz
android_bootable_recovery-4b54093899e8524fe91870750fdad615006fb33d.tar.zst
android_bootable_recovery-4b54093899e8524fe91870750fdad615006fb33d.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 \