aboutsummaryrefslogtreecommitdiffstats
path: root/mtdutils
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 21:41:29 -0700
committerYing Wang <wangying@google.com>2013-04-09 21:41:29 -0700
commit4e21482d979f6f81b34f92e664adf137555d4504 (patch)
tree018fdbff9882884d7879751be3ff4b6d69e1d368 /mtdutils
parentb5bd4fb79544b1939e9f977a88a707bdc90cf66c (diff)
downloadbootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.zip
bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.tar.gz
bootable_recovery-4e21482d979f6f81b34f92e664adf137555d4504.tar.bz2
Add liblog
Bug: 8580410 Change-Id: Ie60dade81c06589cb0daee431611ded34adef8e6
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 ef417fa..f04355b 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)