Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: third_party/objenesis/BUILD.gn

Issue 2790063006: [WIP] Adding Mockito support in Android instrumentation tests (Closed)
Patch Set: disable multidex for debug builds Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]
}

Powered by Google App Engine
This is Rietveld 408576698