blob: 8a2cf2f8b089782d8d6579d1e2a5199a0e5bda13 [file] [log] [blame]
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-dontwarn net.bytebuddy.**
-dontwarn com.sun.jna.**
-dontwarn edu.umd.cs.findbugs.annotations.SuppressFBWarnings
-dontwarn java.lang.instrument.**
-keep class com.android.dx.**, net.bytebuddy.** {
*;
}