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

Unified Diff: third_party/byte_buddy/proguard.flags

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/byte_buddy/proguard.flags
diff --git a/third_party/byte_buddy/proguard.flags b/third_party/byte_buddy/proguard.flags
new file mode 100644
index 0000000000000000000000000000000000000000..b4750c53932eadc7c1efe6d4e5f0d95b73674cda
--- /dev/null
+++ b/third_party/byte_buddy/proguard.flags
@@ -0,0 +1,6 @@
+-dontwarn net.bytebuddy.**
+
+-dontshrink
+-dontoptimize
+-dontobfuscate
+-dontpreverify

Powered by Google App Engine
This is Rietveld 408576698