Andrew Grieve | 379935f | 2023-05-02 15:44:23 | [diff] [blame] | 1 | # 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 | } |