summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-26 00:59:07 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-26 00:59:07 +0100
commitade61afd29a70322eaf630c9aaa93c9c150a9355 (patch)
tree0de81f3fb514037d92c9e824bba1ca6f50b9a6a5
parentMerge "Use flash erase & logical block size for userdata wipe" am: c8f7b5bad7 am: a78bbda4e2 (diff)
parentMerge "Remove '_static' suffix from libext2* references." am: 56ff8061b1 (diff)
downloadandroid_bootable_recovery-ade61afd29a70322eaf630c9aaa93c9c150a9355.tar
android_bootable_recovery-ade61afd29a70322eaf630c9aaa93c9c150a9355.tar.gz
android_bootable_recovery-ade61afd29a70322eaf630c9aaa93c9c150a9355.tar.bz2
android_bootable_recovery-ade61afd29a70322eaf630c9aaa93c9c150a9355.tar.lz
android_bootable_recovery-ade61afd29a70322eaf630c9aaa93c9c150a9355.tar.xz
android_bootable_recovery-ade61afd29a70322eaf630c9aaa93c9c150a9355.tar.zst
android_bootable_recovery-ade61afd29a70322eaf630c9aaa93c9c150a9355.zip
-rw-r--r--tests/Android.mk2
-rw-r--r--updater/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 1dbd2b614..a7e7b3c35 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -100,7 +100,7 @@ tune2fs_static_libraries := \
libext2_com_err \
libext2_blkid \
libext2_quota \
- libext2_uuid_static \
+ libext2_uuid \
libext2_e2p \
libext2fs
diff --git a/updater/Android.mk b/updater/Android.mk
index d8a84c248..ac26bf42d 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -18,7 +18,7 @@ tune2fs_static_libraries := \
libext2_com_err \
libext2_blkid \
libext2_quota \
- libext2_uuid_static \
+ libext2_uuid \
libext2_e2p \
libext2fs