Merge "Removed libstdc++ from tinyxml so it will compile with libc++ that is in VNDK" am: ccc219c40a am: 14d2e1f729
am: 07e3140444

Change-Id: I0e4da77a4f570558acc5f9d0638676bdb1d6366a
diff --git a/Android.mk b/Android.mk
index 5d381e0..6a93c0d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -62,10 +62,6 @@
 
 LOCAL_CFLAGS+= $(commonFlags)
 
-LOCAL_SHARED_LIBRARIES := \
-    libc \
-    libstdc++
-
 include $(BUILD_SHARED_LIBRARY)