summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-05-08 17:55:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-08 17:55:29 +0000
commitccc219c40a820afd30ad347c0e3d2bdbdf1df109 (patch)
tree61819f93df63e8737575a4ba14ef220a19bb87d9
parentc7cb92cfeeefee847babc537f57ebb87f71332b6 (diff)
parentcc1108920e71cedacd551264d00ab5db8164eb5b (diff)
downloadtinyxml-ccc219c40a820afd30ad347c0e3d2bdbdf1df109.tar.gz
Merge "Removed libstdc++ from tinyxml so it will compile with libc++ that is in VNDK"android-o-preview-4android-o-preview-3android-o-iot-preview-5android-n-iot-preview-4o-iot-preview-5n-iot-preview-4
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index fd84578..a024c5b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -54,10 +54,6 @@ LOCAL_VENDOR_MODULE := true
LOCAL_CFLAGS+= $(commonFlags)
-LOCAL_SHARED_LIBRARIES := \
- libc \
- libstdc++
-
include $(BUILD_SHARED_LIBRARY)