summaryrefslogtreecommitdiff
path: root/nullwebview/proguard.flags
blob: a4021a6c9dee9f107ef7ac70c1a51dfb71dee02c (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 *;
}