summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-05-19 20:33:18 +0200
committerRom Lemarchand <romlem@google.com>2015-11-16 23:28:40 +0100
commit56deefba73fb318ba0498da49adc64de960a6e29 (patch)
tree4f644a4620d3771094f7da995b9bf83db61f3604 /updater/Android.mk
parentrecovery: Switch to clang (diff)
downloadandroid_bootable_recovery-56deefba73fb318ba0498da49adc64de960a6e29.tar
android_bootable_recovery-56deefba73fb318ba0498da49adc64de960a6e29.tar.gz
android_bootable_recovery-56deefba73fb318ba0498da49adc64de960a6e29.tar.bz2
android_bootable_recovery-56deefba73fb318ba0498da49adc64de960a6e29.tar.lz
android_bootable_recovery-56deefba73fb318ba0498da49adc64de960a6e29.tar.xz
android_bootable_recovery-56deefba73fb318ba0498da49adc64de960a6e29.tar.zst
android_bootable_recovery-56deefba73fb318ba0498da49adc64de960a6e29.zip
Diffstat (limited to '')
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index a3df805ef..a0ea06fa5 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -34,7 +34,7 @@ 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 += libcutils liblog libstdc++ libc
+LOCAL_STATIC_LIBRARIES += libcutils liblog libc
LOCAL_STATIC_LIBRARIES += libselinux
tune2fs_static_libraries := \
libext2_com_err \