diff options
author | Brian <mofosyne@gmail.com> | 2024-05-14 23:10:39 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 16:10:39 +0300 |
commit | 1265c670fd8e41e1947352c96c5179adda97fb2c (patch) | |
tree | 8ef6858e5701e5ff6e7a4e656e26589af5067963 /examples/llama.android/llama/proguard-rules.pro | |
parent | 5e31828d3e35c76ecfee665bc23771a4bec1d130 (diff) |
Revert "move ndk code to a new library (#6951)" (#7282)
This reverts commit efc8f767c8c8c749a245dd96ad4e2f37c164b54c.
Diffstat (limited to 'examples/llama.android/llama/proguard-rules.pro')
-rw-r--r-- | examples/llama.android/llama/proguard-rules.pro | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/llama.android/llama/proguard-rules.pro b/examples/llama.android/llama/proguard-rules.pro deleted file mode 100644 index f1b42451..00000000 --- a/examples/llama.android/llama/proguard-rules.pro +++ /dev/null @@ -1,21 +0,0 @@ -# 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 |