summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-05-20 22:39:56 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-05-20 22:39:57 +0200
commita8cd96adeeb530eda74e435e626900a3a76844a7 (patch)
treed5f4c109941ecb866ddabb30883aa4df08039942 /Android.mk
parentMerge "Add error and range checks to parse_range" (diff)
parentStop using libstdc++. (diff)
downloadandroid_bootable_recovery-a8cd96adeeb530eda74e435e626900a3a76844a7.tar
android_bootable_recovery-a8cd96adeeb530eda74e435e626900a3a76844a7.tar.gz
android_bootable_recovery-a8cd96adeeb530eda74e435e626900a3a76844a7.tar.bz2
android_bootable_recovery-a8cd96adeeb530eda74e435e626900a3a76844a7.tar.lz
android_bootable_recovery-a8cd96adeeb530eda74e435e626900a3a76844a7.tar.xz
android_bootable_recovery-a8cd96adeeb530eda74e435e626900a3a76844a7.tar.zst
android_bootable_recovery-a8cd96adeeb530eda74e435e626900a3a76844a7.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 0484065a1..3bcbeab03 100644
--- a/Android.mk
+++ b/Android.mk
@@ -76,7 +76,6 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
liblog \
libselinux \
- libstdc++ \
libm \
libc
@@ -119,7 +118,6 @@ LOCAL_STATIC_LIBRARIES := \
libminui \
libminzip \
libcutils \
- libstdc++ \
libc
include $(BUILD_EXECUTABLE)