summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-05-08 18:07:51 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-08 18:07:51 +0000
commit07e314044400231c3f7c82d86376a47f5ffa1587 (patch)
tree61819f93df63e8737575a4ba14ef220a19bb87d9
parentda6122ab558a3b1348899facd554b86ba253f7c8 (diff)
parent14d2e1f729d0d21d931e8a6160b9473397a17e97 (diff)
downloadtinyxml-07e314044400231c3f7c82d86376a47f5ffa1587.tar.gz
Merge "Removed libstdc++ from tinyxml so it will compile with libc++ that is in VNDK" am: ccc219c40a
am: 14d2e1f729 Change-Id: I61e75a78134d4cf66102860a4a23cb406a621d8e
-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)