xref: /aosp_15_r20/external/oboe/samples/audio-device/proguard-rules.pro (revision 05767d913155b055644481607e6fa1e35e2fe72c)
1*05767d91SRobert Wu# Add project specific ProGuard rules here.
2*05767d91SRobert Wu# By default, the flags in this file are appended to flags specified
3*05767d91SRobert Wu# in /Users/donturner/Library/Android/sdk/tools/proguard/proguard-android.txt
4*05767d91SRobert Wu# You can edit the include path and order by changing the proguardFiles
5*05767d91SRobert Wu# directive in build.gradle.
6*05767d91SRobert Wu#
7*05767d91SRobert Wu# For more details, see
8*05767d91SRobert Wu#   http://developer.android.com/guide/developing/tools/proguard.html
9*05767d91SRobert Wu
10*05767d91SRobert Wu# Add any project specific keep options here:
11*05767d91SRobert Wu
12*05767d91SRobert Wu# If your project uses WebView with JS, uncomment the following
13*05767d91SRobert Wu# and specify the fully qualified class name to the JavaScript interface
14*05767d91SRobert Wu# class:
15*05767d91SRobert Wu#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16*05767d91SRobert Wu#   public *;
17*05767d91SRobert Wu#}
18*05767d91SRobert Wu
19*05767d91SRobert Wu# Uncomment this to preserve the line number information for
20*05767d91SRobert Wu# debugging stack traces.
21*05767d91SRobert Wu#-keepattributes SourceFile,LineNumberTable
22*05767d91SRobert Wu
23*05767d91SRobert Wu# If you keep the line number information, uncomment this to
24*05767d91SRobert Wu# hide the original source file name.
25*05767d91SRobert Wu#-renamesourcefileattribute SourceFile
26