| Index: third_party/objenesis/BUILD.gn
|
| diff --git a/third_party/objenesis/BUILD.gn b/third_party/objenesis/BUILD.gn
|
| index bf7289cf9a166971cf61cf52b19ce0f00cc945d5..a8a44020ecce51fdc3708035130456454d224c9b 100644
|
| --- a/third_party/objenesis/BUILD.gn
|
| +++ b/third_party/objenesis/BUILD.gn
|
| @@ -5,6 +5,8 @@
|
| import("//build/config/android/rules.gni")
|
|
|
| java_prebuilt("objenesis_java") {
|
| + supports_android = true
|
| testonly = true
|
| - jar_path = "lib/objenesis-2.4.jar"
|
| + jar_path = "lib/objenesis-2.5.1.jar"
|
| + proguard_configs = [ "//third_party/objenesis/proguard.flags" ]
|
| }
|
|
|