Snap for 6439596 from 47a414e46f824c3d3d91c163db8c0e7fcb3dc8c6 to qt-aml-tzdata-release

Change-Id: Ica04342832763a151ca5108d69bf18da38642ac6
diff --git a/Android.bp b/Android.bp
index 978d7d1..4651d1f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,12 @@
 // Copyright 2005 The Android Open Source Project
+//
+// Android.mk for TinyXml.
+//
+// Add -DTIXML_USE_STL to CFLAGS to use STL.
+//
 
+// For the device
+// =====================================================
 cc_library_shared {
     name: "libtinyxml",
 
@@ -12,10 +19,6 @@
 
     vendor: true,
 
-    // DO NOT USE!
-    // Use tinyxml2 (or expat or libxml2 or...) instead.
-    visibility: ["//vendor:__subpackages__"],
-
     cflags: [
         "-Wno-implicit-fallthrough",
         "-Wno-logical-op-parentheses",