summaryrefslogtreecommitdiffstats
path: root/mtdutils
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 /mtdutils
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 'mtdutils')
-rw-r--r--mtdutils/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk
index ef417fa19..f04355b5e 100644
--- a/mtdutils/Android.mk
+++ b/mtdutils/Android.mk
@@ -14,5 +14,5 @@ LOCAL_SRC_FILES := flash_image.c
LOCAL_MODULE := flash_image
LOCAL_MODULE_TAGS := eng
LOCAL_STATIC_LIBRARIES := libmtdutils
-LOCAL_SHARED_LIBRARIES := libcutils libc
+LOCAL_SHARED_LIBRARIES := libcutils liblog libc
include $(BUILD_EXECUTABLE)