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

Change-Id: Id4d95596f907aae82d444b6b44e03aa57accc987
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)