diff options
Diffstat (limited to 'chromium/third_party/xstream')
-rw-r--r-- | chromium/third_party/xstream/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/xstream/BUILD.gn b/chromium/third_party/xstream/BUILD.gn index 70d4a3c7c00..1b640cde491 100644 --- a/chromium/third_party/xstream/BUILD.gn +++ b/chromium/third_party/xstream/BUILD.gn @@ -7,4 +7,8 @@ import("//build/config/android/rules.gni") java_prebuilt("xstream_java") { testonly = true jar_path = "lib/xstream.jar" + + # Class "org/xmlpull/v1/XmlPullParserException" not found on any classpath. + # Used by class "com/thoughtworks/xstream/io/xml/AbstractXppDomDriver" + enable_bytecode_checks = false } |