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 | |
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 |
-rw-r--r-- | Android.mk | 2 | ||||
-rw-r--r-- | tests/Android.mk | 2 | ||||
-rw-r--r-- | updater/Android.mk | 2 |
3 files changed, 3 insertions, 3 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 \ diff --git a/tests/Android.mk b/tests/Android.mk index 0aca8c6c7..09cedccb9 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -99,7 +99,7 @@ LOCAL_STATIC_LIBRARIES := \ libfs_mgr \ liblog \ libselinux \ - libext4_utils_static \ + libext4_utils \ libsparse_static \ libcrypto_utils \ libcrypto \ 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 \ |