summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-10 06:41:29 +0200
committerYing Wang <wangying@google.com>2013-04-10 06:41:29 +0200
commit4e21482d979f6f81b34f92e664adf137555d4504 (patch)
tree018fdbff9882884d7879751be3ff4b6d69e1d368 /updater
parentam 2f50df00: am c09444eb: am f91bd41c: am 1c302caf: (-s ours) am c14a7fbd: (-s ours) Reconcile with jb-mr1-release - do not merge (diff)
downloadandroid_bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.tar
android_bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.tar.gz
android_bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.tar.bz2
android_bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.tar.lz
android_bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.tar.xz
android_bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.tar.zst
android_bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.zip
Diffstat (limited to 'updater')
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 4271371e9..67e98ecd4 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -31,7 +31,7 @@ LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDA
LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz
LOCAL_STATIC_LIBRARIES += libmincrypt libbz
LOCAL_STATIC_LIBRARIES += libminelf
-LOCAL_STATIC_LIBRARIES += libcutils libstdc++ libc
+LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc
LOCAL_STATIC_LIBRARIES += libselinux
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..