aboutsummaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rw-r--r--sources/cxx-stl/system/Android.mk9
-rw-r--r--sources/cxx-stl/system/setup.mk4
2 files changed, 0 insertions, 13 deletions
diff --git a/sources/cxx-stl/system/Android.mk b/sources/cxx-stl/system/Android.mk
deleted file mode 100644
index 8c0116519..000000000
--- a/sources/cxx-stl/system/Android.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := libstdc++
-LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
-LOCAL_EXPORT_LDLIBS := -lstdc++
-
-include $(BUILD_STATIC_LIBRARY)
diff --git a/sources/cxx-stl/system/setup.mk b/sources/cxx-stl/system/setup.mk
deleted file mode 100644
index 96b3d97e0..000000000
--- a/sources/cxx-stl/system/setup.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-NDK_APP_CXX_STATIC_LIBRARIES := libstdc++
-NDK_APP_CXX_SHARED_LIBRARIES :=
-
-include $(call my-dir)/Android.mk