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 /updater | |
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 '')
-rw-r--r-- | updater/Android.mk | 2 |
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)/.. |