blob: 6f9eb8b87ffec3b439c225a6fb1cb4fbfb3da3d8 [file] [log] [blame]
Andrew Grieve379935f2023-05-02 15:44:231# Copyright 2023 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5-keep @androidx.annotation.Keep class *
6-keepclasseswithmembers,allowaccessmodification class * {
7 @androidx.annotation.Keep <fields>;
8}
9-keepclasseswithmembers,allowaccessmodification class * {
10 @androidx.annotation.Keep <methods>;
11}