xref: /aosp_15_r20/external/grpc-grpc-java/android-interop-testing/proguard-rules.pro (revision e07d83d3ffcef9ecfc9f7f475418ec639ff0e5fe)
1*e07d83d3SAndroid Build Coastguard Worker# Add project specific ProGuard rules here.
2*e07d83d3SAndroid Build Coastguard Worker# By default, the flags in this file are appended to flags specified
3*e07d83d3SAndroid Build Coastguard Worker# in $ANDROID_HOME/tools/proguard/proguard-android.txt
4*e07d83d3SAndroid Build Coastguard Worker# You can edit the include path and order by changing the proguardFiles
5*e07d83d3SAndroid Build Coastguard Worker# directive in build.gradle.
6*e07d83d3SAndroid Build Coastguard Worker#
7*e07d83d3SAndroid Build Coastguard Worker# For more details, see
8*e07d83d3SAndroid Build Coastguard Worker#   http://developer.android.com/guide/developing/tools/proguard.html
9*e07d83d3SAndroid Build Coastguard Worker
10*e07d83d3SAndroid Build Coastguard Worker# Add any project specific keep options here:
11*e07d83d3SAndroid Build Coastguard Worker
12*e07d83d3SAndroid Build Coastguard Worker-dontwarn android.test.**
13*e07d83d3SAndroid Build Coastguard Worker-dontwarn com.google.common.**
14*e07d83d3SAndroid Build Coastguard Worker-dontwarn javax.naming.**
15*e07d83d3SAndroid Build Coastguard Worker-dontwarn okio.**
16*e07d83d3SAndroid Build Coastguard Worker-dontwarn org.junit.**
17*e07d83d3SAndroid Build Coastguard Worker-dontwarn org.mockito.**
18*e07d83d3SAndroid Build Coastguard Worker-dontwarn sun.reflect.**
19*e07d83d3SAndroid Build Coastguard Worker# Ignores: can't find referenced class javax.lang.model.element.Modifier
20*e07d83d3SAndroid Build Coastguard Worker-dontwarn com.google.errorprone.annotations.**
21*e07d83d3SAndroid Build Coastguard Worker
22*e07d83d3SAndroid Build Coastguard Worker# Ignores: can't find referenced method from grpc-testing's compileOnly dependency on Truth
23*e07d83d3SAndroid Build Coastguard Worker-dontwarn io.grpc.testing.DeadlineSubject
24*e07d83d3SAndroid Build Coastguard Worker
25*e07d83d3SAndroid Build Coastguard Worker-keepclassmembers class io.grpc.testing.integration.Messages$* {
26*e07d83d3SAndroid Build Coastguard Worker    *;
27*e07d83d3SAndroid Build Coastguard Worker}