aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-04-26 09:10:43 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-26 09:10:43 -0700
commitaf9785313842ddd86a430c7ef70d5fc595a12144 (patch)
treeaa889ef18555d456e35da393eeaab9ed84f755bb
parente7197bcf2fd943a8f6b139a19c70fbb307e3f9cc (diff)
parentc4a167426ff55cf782aca27dadfa7d5c4f872efc (diff)
downloadtinyxml2-af9785313842ddd86a430c7ef70d5fc595a12144.tar.gz
Merge "Remove workaround for a fixed bug."
am: c4a167426f Change-Id: I16e8a305b6c1c6dbb898da8b3863b28462db9fcb
-rw-r--r--Android.bp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 711e2d2..a12e0ba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,12 +32,7 @@ cc_test {
name: "tinyxml2-tests",
srcs: ["xmltest.cpp"],
shared_libs: ["libtinyxml2"],
- // "resources/*" doesn't work: http://b/71906438
data: [
- "resources/dream.xml",
- "resources/empty.xml",
- "resources/out/readme.txt",
- "resources/utf8testverify.xml",
- "resources/utf8test.xml",
+ "resources/**/*",
],
}