diff options
author | Doug Zongker <dougz@android.com> | 2014-02-13 15:49:35 -0800 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2014-02-13 15:49:35 -0800 |
commit | 3eb681d1de4eb0a4807e851c323568ed3f360381 (patch) | |
tree | 9aef40f2ffc581ef0b93140e859aa44dc82799f7 /updater | |
parent | a1bc148c7c81f886426c253f2ea7beb0f301f6b0 (diff) | |
download | bootable_recovery-3eb681d1de4eb0a4807e851c323568ed3f360381.zip bootable_recovery-3eb681d1de4eb0a4807e851c323568ed3f360381.tar.gz bootable_recovery-3eb681d1de4eb0a4807e851c323568ed3f360381.tar.bz2 |
remove remaining libminelf references
Change-Id: Id38b08607829bccc031693cc03e60e849903b6f8
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 2e92504..ebcfef1 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -30,7 +30,6 @@ endif LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS) LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz LOCAL_STATIC_LIBRARIES += libmincrypt libbz -LOCAL_STATIC_LIBRARIES += libminelf LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc LOCAL_STATIC_LIBRARIES += libselinux LOCAL_C_INCLUDES += $(LOCAL_PATH)/.. |