summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-10-18 13:20:19 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-18 13:20:19 -0700
commit87c970db5889ce24a8980bd77fb6b9dc95dc3134 (patch)
treed75616c0b2fc059f6413bca771e4695e24e99492
parent47a414e46f824c3d3d91c163db8c0e7fcb3dc8c6 (diff)
parent3eb636e00be67fa8d5d837d613db63c215dc60b0 (diff)
downloadtinyxml-87c970db5889ce24a8980bd77fb6b9dc95dc3134.tar.gz
Merge "tinyxml: reduce visibility." am: e1e5c1304d
am: 3eb636e00b Change-Id: I6a44caffe48f01237d1be25d8e3a368446f8a3bd
-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",