allwinner_a64/android/frameworks/webview/nullwebview/proguard.flags
2018-08-08 15:50:00 +08:00

11 lines
398 B
Text

# Most of the flags in this file are duplicated to refer to both the pre- and
# post-jarjar remapping versions of the class names. This enables the same
# config file to be used whether jarjar is enabled or not.
# Keep the factory and its public members; it's the main entry point used by the
# framework.
-keep class com.android.webview.nullwebview.NullWebViewFactoryProvider {
public *;
}