android_mt6572_jiabo/frameworks/webview/nullwebview/proguard.flags
2025-09-05 16:56:03 +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 *;
}