Merge "tinyxml: reduce visibility." am: e1e5c1304d am: 3eb636e00b
am: 87c970db58

Change-Id: I3e6be470f3c14860d286f7fa2d8d1845c08f1724
diff --git a/Android.bp b/Android.bp
index 4651d1f..978d7d1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,12 +1,5 @@
 // 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",
 
@@ -19,6 +12,10 @@
 
     vendor: true,
 
+    // DO NOT USE!
+    // Use tinyxml2 (or expat or libxml2 or...) instead.
+    visibility: ["//vendor:__subpackages__"],
+
     cflags: [
         "-Wno-implicit-fallthrough",
         "-Wno-logical-op-parentheses",