diff options
author | Alex Deymo <deymo@google.com> | 2017-01-12 22:27:38 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-12 22:27:38 +0100 |
commit | 204369ef1a8d953af77699adf9370adb8c9a71f2 (patch) | |
tree | bb1660b5ca34363a4952b9deee3f7742208473aa | |
parent | Remove "_static" suffix from libext4_utils. (diff) | |
parent | Remove "_static" suffix from libsparse (diff) | |
download | android_bootable_recovery-204369ef1a8d953af77699adf9370adb8c9a71f2.tar android_bootable_recovery-204369ef1a8d953af77699adf9370adb8c9a71f2.tar.gz android_bootable_recovery-204369ef1a8d953af77699adf9370adb8c9a71f2.tar.bz2 android_bootable_recovery-204369ef1a8d953af77699adf9370adb8c9a71f2.tar.lz android_bootable_recovery-204369ef1a8d953af77699adf9370adb8c9a71f2.tar.xz android_bootable_recovery-204369ef1a8d953af77699adf9370adb8c9a71f2.tar.zst android_bootable_recovery-204369ef1a8d953af77699adf9370adb8c9a71f2.zip |
Diffstat (limited to '')
-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 7c3bec273..633f18d77 100644 --- a/Android.mk +++ b/Android.mk @@ -77,7 +77,7 @@ LOCAL_STATIC_LIBRARIES := \ libbatterymonitor \ libbootloader_message \ libext4_utils \ - libsparse_static \ + libsparse \ libziparchive \ libotautil \ libmounts \ diff --git a/tests/Android.mk b/tests/Android.mk index 09cedccb9..1203817a2 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -100,7 +100,7 @@ LOCAL_STATIC_LIBRARIES := \ liblog \ libselinux \ libext4_utils \ - libsparse_static \ + libsparse \ libcrypto_utils \ libcrypto \ libcutils \ diff --git a/updater/Android.mk b/updater/Android.mk index 22c73241a..d8a84c248 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -37,7 +37,7 @@ updater_common_static_libraries := \ libfs_mgr \ liblog \ libselinux \ - libsparse_static \ + libsparse \ libsquashfs_utils \ libbz \ libz \ |