Merge "Removed libstdc++ from tinyxml so it will compile with libc++ that is in VNDK"
diff --git a/Android.mk b/Android.mk
index fd84578..a024c5b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -54,10 +54,6 @@
 
 LOCAL_CFLAGS+= $(commonFlags)
 
-LOCAL_SHARED_LIBRARIES := \
-    libc \
-    libstdc++
-
 include $(BUILD_SHARED_LIBRARY)