summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-14 02:32:20 +0100
committerAlex Deymo <deymo@google.com>2017-01-24 00:18:29 +0100
commit7c5dbd67517b4c96455617ed59628e1de0b3fcbb (patch)
treeaeac2adcf0a70fa0ef4236e8f76569fbe52fb802
parentMerge "bootctrl HAL uses "default" service name" (diff)
downloadandroid_bootable_recovery-7c5dbd67517b4c96455617ed59628e1de0b3fcbb.tar
android_bootable_recovery-7c5dbd67517b4c96455617ed59628e1de0b3fcbb.tar.gz
android_bootable_recovery-7c5dbd67517b4c96455617ed59628e1de0b3fcbb.tar.bz2
android_bootable_recovery-7c5dbd67517b4c96455617ed59628e1de0b3fcbb.tar.lz
android_bootable_recovery-7c5dbd67517b4c96455617ed59628e1de0b3fcbb.tar.xz
android_bootable_recovery-7c5dbd67517b4c96455617ed59628e1de0b3fcbb.tar.zst
android_bootable_recovery-7c5dbd67517b4c96455617ed59628e1de0b3fcbb.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