summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-03-12 11:34:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-12 11:34:29 +0000
commita570cf90a18840ad5a98105ea6a0efb55e1f8cb9 (patch)
tree82b1f9716ca7529e0e094d8a5718713001db6e1f
parentd74977f22849e989bbf99a93e042a486791697c7 (diff)
parent9793af29f950e87503a68d5035fed0c4628e3718 (diff)
downloadapache-xml-a570cf90a18840ad5a98105ea6a0efb55e1f8cb9.tar.gz
Merge "fix: missing resource files in apache-xml.jar" am: 6a1742c1aa
am: 9793af29f9 Change-Id: I8ecb94b8bf999d896f25cd5aa08221baf6cdb817
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 756a6a6..ef27605 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,7 +19,7 @@ java_library {
hostdex: true,
no_framework_libs: true,
srcs: ["src/main/java/**/*.java"],
- include_srcs: true,
+ java_resource_dirs: ["src/main/java"],
errorprone: {
javacflags: ["-Xep:MissingOverride:OFF"],
},