xref: /aosp_15_r20/external/grpc-grpc-java/examples/android/strictmode/app/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 com.google.common.**
13*e07d83d3SAndroid Build Coastguard Worker# Ignores: can't find referenced class javax.lang.model.element.Modifier
14*e07d83d3SAndroid Build Coastguard Worker-dontwarn com.google.errorprone.annotations.**
15*e07d83d3SAndroid Build Coastguard Worker-dontwarn javax.naming.**
16*e07d83d3SAndroid Build Coastguard Worker-dontwarn okio.**
17*e07d83d3SAndroid Build Coastguard Worker-dontwarn sun.misc.Unsafe
18