aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index a47f7c4..be7c995 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,8 +5,7 @@ include $(LOCAL_PATH)/android.config
LOCAL_MODULE := powertop
LOCAL_MODULE_TAGS := debug
-LOCAL_SHARED_LIBRARIES := libstlport \
- libnl \
+LOCAL_SHARED_LIBRARIES := libnl
LOCAL_STATIC_LIBRARIES := libncurses
@@ -30,9 +29,7 @@ LOCAL_CPPFLAGS += -DHAVE_NO_PCI \
-DDEFAULT_TERM=\"xterm\" \
-DTERMINFO_PATH=\"/system/etc/terminfo\"
-LOCAL_C_INCLUDES += external/stlport/stlport/ \
- external/stlport/stlport/stl \
- external/stlport/stlport/using/h/ \
+LOCAL_C_INCLUDES += external/libcxx/include/ \
bionic \
external/libnl/include/ \
external/ncurses/include \
@@ -109,4 +106,7 @@ LOCAL_SRC_FILES += \
traceevent/trace-seq.c
systemimage: powertop
+
+LOCAL_CPPFLAGS += -std=gnu++11
+
include $(BUILD_EXECUTABLE)