diff options
Diffstat (limited to 'chromium/third_party/bouncycastle/BUILD.gn')
-rw-r--r-- | chromium/third_party/bouncycastle/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/bouncycastle/BUILD.gn b/chromium/third_party/bouncycastle/BUILD.gn index 88d608794cc..d810e070cdb 100644 --- a/chromium/third_party/bouncycastle/BUILD.gn +++ b/chromium/third_party/bouncycastle/BUILD.gn @@ -7,4 +7,8 @@ import("//build/config/android/rules.gni") java_prebuilt("bouncycastle_java") { testonly = true jar_path = "lib/bcprov-jdk16.jar" + + # Class "junit/framework/TestCase" not found on any classpath. + # Used by class "org/bouncycastle/util/IPTest" + enable_bytecode_checks = false } |