diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 16:16:16 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 16:16:16 +0100 |
commit | 1702eb44fcf4538a860320ad7513a68887223fe1 (patch) | |
tree | 2865a981b95faef97390a060358e6a959db86233 /updater | |
parent | Remove libcorkscrew (diff) | |
download | android_bootable_recovery-1702eb44fcf4538a860320ad7513a68887223fe1.tar android_bootable_recovery-1702eb44fcf4538a860320ad7513a68887223fe1.tar.gz android_bootable_recovery-1702eb44fcf4538a860320ad7513a68887223fe1.tar.bz2 android_bootable_recovery-1702eb44fcf4538a860320ad7513a68887223fe1.tar.lz android_bootable_recovery-1702eb44fcf4538a860320ad7513a68887223fe1.tar.xz android_bootable_recovery-1702eb44fcf4538a860320ad7513a68887223fe1.tar.zst android_bootable_recovery-1702eb44fcf4538a860320ad7513a68887223fe1.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index 5c2896963..edc9f589d 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -44,7 +44,6 @@ LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDA LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz LOCAL_STATIC_LIBRARIES += libflashutils libmmcutils libbmlutils LOCAL_STATIC_LIBRARIES += libmincrypttwrp libbz -LOCAL_STATIC_LIBRARIES += libminelf LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc LOCAL_STATIC_LIBRARIES += libselinux LOCAL_C_INCLUDES += $(LOCAL_PATH)/.. |