aboutsummaryrefslogtreecommitdiff
path: root/sources/cxx-stl/system/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sources/cxx-stl/system/Android.mk')
-rw-r--r--sources/cxx-stl/system/Android.mk9
1 files changed, 0 insertions, 9 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)