summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-26 00:48:42 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-26 00:48:43 +0100
commit56ff8061b1bc58cf646a14054485b617e916f423 (patch)
tree364e3a07caf9e740b93dd9ac6780d95160891815
parentMerge "Use flash erase & logical block size for userdata wipe" (diff)
parentRemove '_static' suffix from libext2* references. (diff)
downloadandroid_bootable_recovery-56ff8061b1bc58cf646a14054485b617e916f423.tar
android_bootable_recovery-56ff8061b1bc58cf646a14054485b617e916f423.tar.gz
android_bootable_recovery-56ff8061b1bc58cf646a14054485b617e916f423.tar.bz2
android_bootable_recovery-56ff8061b1bc58cf646a14054485b617e916f423.tar.lz
android_bootable_recovery-56ff8061b1bc58cf646a14054485b617e916f423.tar.xz
android_bootable_recovery-56ff8061b1bc58cf646a14054485b617e916f423.tar.zst
android_bootable_recovery-56ff8061b1bc58cf646a14054485b617e916f423.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