aboutsummaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-05-19 11:33:18 -0700
committerSteve Kondik <steve@cyngn.com>2015-11-07 19:02:26 -0800
commit6afe02e13ace7a278d17c38187befb94ff80a07c (patch)
tree60ad47102b0ba39aa2b313506d22af3ab53fa30f /updater
parent84e7357a07c9dbecc83a5f3efa98cfc0f8289178 (diff)
downloadbootable_recovery-6afe02e13ace7a278d17c38187befb94ff80a07c.zip
bootable_recovery-6afe02e13ace7a278d17c38187befb94ff80a07c.tar.gz
bootable_recovery-6afe02e13ace7a278d17c38187befb94ff80a07c.tar.bz2
Stop using libstdc++.
These are already getting libc++, so it isn't necessary. If any of the other static libraries (such as adb) use new or delete from libc++, there will be symbol collisions. Change-Id: I55e43ec60006d3c2403122fa1174bde06f18e09f
Diffstat (limited to 'updater')
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index c24bca8..dea2e03 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -29,7 +29,7 @@ LOCAL_STATIC_LIBRARIES += \
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 \