summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorHristo Bojinov <hristo@google.com>2010-08-02 19:29:49 +0200
committerHristo Bojinov <hristo@google.com>2010-08-02 23:17:33 +0200
commitdb314d69f023d2a6c8956073aa9d283e20b280ef (patch)
tree8d076d8b94464e1173b2b5dbf3f2ee419a1d7fa9 /updater/Android.mk
parentdon't go into file select menu when mounting external storage fails (diff)
downloadandroid_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.gz
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.bz2
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.lz
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.xz
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.zst
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index c8f61f41d..e3d62bcbe 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -27,6 +27,7 @@ endif
LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS)
LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz
LOCAL_STATIC_LIBRARIES += libmincrypt libbz
+LOCAL_STATIC_LIBRARIES += libminelf
LOCAL_STATIC_LIBRARIES += libcutils libstdc++ libc
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..