summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-04-04 13:48:27 +0900
committerVijay Venkatraman <vijaykv@google.com>2017-05-05 14:06:19 -0700
commitf94c4d622369b262c084dacc819c1b3a6a345164 (patch)
tree9c8dc888da978fa10358cbcad262307400777cfa
parentb162e864bd02bb79423b4ef01d0e5e5840aa416b (diff)
downloadtinyxml-f94c4d622369b262c084dacc819c1b3a6a345164.tar.gz
Move libtinyxml to vendor partition
No system component is using this, but some vendor-specific libs are. Moving this to vendor partition so that we don't need to shipt this library in the generic system image. (cherry picked from commit 973b9695a088751f06967715c1a9bfb4f6d73a05) Bug: 36856960 Test: libtinyxml.so in vendor parititon Change-Id: I456c5e4ea96cb8b10abcb5f027bcb497a7e68d3f Merged-In: I1d7785bbedbaee6af1a39ed8d6ebc441549d7b2d
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 7a91be0..fd84578 100644
--- a/Android.mk
+++ b/Android.mk
@@ -50,6 +50,10 @@ LOCAL_SRC_FILES:= \
LOCAL_MODULE:= libtinyxml
+LOCAL_VENDOR_MODULE := true
+
+LOCAL_CFLAGS+= $(commonFlags)
+
LOCAL_SHARED_LIBRARIES := \
libc \
libstdc++