From 82a6c845b010487d8cb9328318ea21b1b00d681c Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 23 Oct 2015 08:46:20 -0700 Subject: [PATCH] Don't use libstdc++. No one should be using libstdc++. All the cool projects use libc++. Change-Id: Ifa357f0dcaba0b57e1af583baf2e40332c2b58d9 --- healthd/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthd/Android.mk b/healthd/Android.mk index 07e1d730d..27c985c46 100644 --- a/healthd/Android.mk +++ b/healthd/Android.mk @@ -35,7 +35,7 @@ endif LOCAL_C_INCLUDES := bootable/recovery -LOCAL_STATIC_LIBRARIES := libbatteryservice libbinder libminui libpng libz libutils libstdc++ libcutils liblog libm libc +LOCAL_STATIC_LIBRARIES := libbatteryservice libbinder libminui libpng libz libutils libcutils liblog libm libc ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true) LOCAL_STATIC_LIBRARIES += libsuspend