summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-10-18 13:14:11 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-18 13:14:11 -0700
commit3eb636e00be67fa8d5d837d613db63c215dc60b0 (patch)
treed75616c0b2fc059f6413bca771e4695e24e99492
parent47a414e46f824c3d3d91c163db8c0e7fcb3dc8c6 (diff)
parente1e5c1304dffb2e19ad6089680f7de0542c79d09 (diff)
downloadtinyxml-3eb636e00be67fa8d5d837d613db63c215dc60b0.tar.gz
Merge "tinyxml: reduce visibility."android-r-preview-1
am: e1e5c1304d Change-Id: Ibec6e05c3de3f8348543d2e86b8a7316e6c28068
-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",