diff options
author | Ying Wang <wangying@google.com> | 2013-04-10 07:21:14 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-10 07:21:14 +0200 |
commit | e5d37b409f61c8380ec684162b8a50aa571b9f3e (patch) | |
tree | 018fdbff9882884d7879751be3ff4b6d69e1d368 /mtdutils | |
parent | am b5bd4fb7: (-s ours) am 2f50df00: am c09444eb: am f91bd41c: am 1c302caf: (-s ours) am c14a7fbd: (-s ours) Reconcile with jb-mr1-release - do not merge (diff) | |
parent | Add liblog (diff) | |
download | android_bootable_recovery-e5d37b409f61c8380ec684162b8a50aa571b9f3e.tar android_bootable_recovery-e5d37b409f61c8380ec684162b8a50aa571b9f3e.tar.gz android_bootable_recovery-e5d37b409f61c8380ec684162b8a50aa571b9f3e.tar.bz2 android_bootable_recovery-e5d37b409f61c8380ec684162b8a50aa571b9f3e.tar.lz android_bootable_recovery-e5d37b409f61c8380ec684162b8a50aa571b9f3e.tar.xz android_bootable_recovery-e5d37b409f61c8380ec684162b8a50aa571b9f3e.tar.zst android_bootable_recovery-e5d37b409f61c8380ec684162b8a50aa571b9f3e.zip |
Diffstat (limited to 'mtdutils')
-rw-r--r-- | mtdutils/Android.mk | 2 |
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) |