diff options
author | Elton Kola <eltonkola@gmail.com> | 2024-05-14 03:30:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 17:30:30 +1000 |
commit | efc8f767c8c8c749a245dd96ad4e2f37c164b54c (patch) | |
tree | 4c2910c9f7b3fcd27fbc1d04dd5188be962a8a5d /examples/llama.android/llama/proguard-rules.pro | |
parent | e0f556186b6e1f2b7032a1479edf5e89e2b1bd86 (diff) |
move ndk code to a new library (#6951)
Diffstat (limited to 'examples/llama.android/llama/proguard-rules.pro')
-rw-r--r-- | examples/llama.android/llama/proguard-rules.pro | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/llama.android/llama/proguard-rules.pro b/examples/llama.android/llama/proguard-rules.pro new file mode 100644 index 00000000..f1b42451 --- /dev/null +++ b/examples/llama.android/llama/proguard-rules.pro @@ -0,0 +1,21 @@ +# Add project specific ProGuard rules here. +# You can control the set of applied configuration files using the +# proguardFiles setting in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} + +# Uncomment this to preserve the line number information for +# debugging stack traces. +#-keepattributes SourceFile,LineNumberTable + +# If you keep the line number information, uncomment this to +# hide the original source file name. +#-renamesourcefileattribute SourceFile |