xref: /aosp_15_r20/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/proguard-rules.pro (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
1*288bf522SAndroid Build Coastguard Worker# Add project specific ProGuard rules here.
2*288bf522SAndroid Build Coastguard Worker# You can control the set of applied configuration files using the
3*288bf522SAndroid Build Coastguard Worker# proguardFiles setting in build.gradle.
4*288bf522SAndroid Build Coastguard Worker#
5*288bf522SAndroid Build Coastguard Worker# For more details, see
6*288bf522SAndroid Build Coastguard Worker#   http://developer.android.com/guide/developing/tools/proguard.html
7*288bf522SAndroid Build Coastguard Worker
8*288bf522SAndroid Build Coastguard Worker# If your project uses WebView with JS, uncomment the following
9*288bf522SAndroid Build Coastguard Worker# and specify the fully qualified class name to the JavaScript interface
10*288bf522SAndroid Build Coastguard Worker# class:
11*288bf522SAndroid Build Coastguard Worker#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
12*288bf522SAndroid Build Coastguard Worker#   public *;
13*288bf522SAndroid Build Coastguard Worker#}
14*288bf522SAndroid Build Coastguard Worker
15*288bf522SAndroid Build Coastguard Worker# Uncomment this to preserve the line number information for
16*288bf522SAndroid Build Coastguard Worker# debugging stack traces.
17*288bf522SAndroid Build Coastguard Worker#-keepattributes SourceFile,LineNumberTable
18*288bf522SAndroid Build Coastguard Worker
19*288bf522SAndroid Build Coastguard Worker# If you keep the line number information, uncomment this to
20*288bf522SAndroid Build Coastguard Worker# hide the original source file name.
21*288bf522SAndroid Build Coastguard Worker#-renamesourcefileattribute SourceFile