summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp11
1 files changed, 7 insertions, 4 deletions
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 @@ cc_library_shared {
vendor: true,
- // DO NOT USE!
- // Use tinyxml2 (or expat or libxml2 or...) instead.
- visibility: ["//vendor:__subpackages__"],
-
cflags: [
"-Wno-implicit-fallthrough",
"-Wno-logical-op-parentheses",