summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:26:27 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:26:27 +0000
commit2412f7db3e9fbca3eb523e4566b1d2a1e62ea103 (patch)
tree284c06163054f0f08570f72184c9a213273f9106
parent354bbb9275d67a3dde9f1b6aa0464b60e53585c9 (diff)
parent47a414e46f824c3d3d91c163db8c0e7fcb3dc8c6 (diff)
downloadtinyxml-android12-mainline-tzdata-release.tar.gz
Change-Id: Ica04342832763a151ca5108d69bf18da38642ac6
-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",