summaryrefslogtreecommitdiffstats
path: root/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 /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 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2943f016b..7c3bec273 100644
--- a/Android.mk
+++ b/Android.mk
@@ -76,7 +76,7 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \
libbatterymonitor \
libbootloader_message \
- libext4_utils_static \
+ libext4_utils \
libsparse_static \
libziparchive \
libotautil \