Merge "Make tinyxml2 build with the VNDK."
am: 513377fb55

Change-Id: I3c736d3da6597bb38b7e8b6d3cda9fde897ef383
diff --git a/Android.bp b/Android.bp
index 81da4bd..10d9a27 100644
--- a/Android.bp
+++ b/Android.bp
@@ -5,6 +5,8 @@
 
     srcs: ["tinyxml2.cpp"],
 
+    shared_libs: ["liblog"],
+
     target: {
         android: {
             cflags: [
@@ -12,9 +14,6 @@
                 "-DDEBUG",
                 "-DANDROID_NDK",
             ],
-            shared: {
-              shared_libs: ["liblog"],
-            },
         },
     },