diff options
author | Alex Deymo <deymo@google.com> | 2017-01-12 22:37:36 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-12 22:37:36 +0100 |
commit | 68b7f08b96e0147a59a47013326d05eab4769143 (patch) | |
tree | e64041fcc71fc6b0202a5131682b55fe5dbdbddf /Android.mk | |
parent | Merge "Do not inject I/O fault on a retry" am: 37d74f3e20 am: 854ef3b9d1 (diff) | |
parent | Remove "_static" suffix from libext4_utils. am: 31653660ad (diff) | |
download | android_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.mk | 2 |
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 \ |