summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp11
1 files changed, 4 insertions, 7 deletions
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 @@ 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",