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

Change-Id: Ia6d1f5443b67dbe66cf63aa8c52ad43ecb14883e
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"],
-            },
         },
     },