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