Skip to content

Commit

Permalink
Keep com.sun.jna.Native
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 25, 2023
1 parent 518b586 commit 6d00f64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diffuse/src/main/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@

# Suppress warnings in R8 internal.
-dontwarn com.android.tools.r8.internal.**

# https://github.com/java-native-access/jna/issues/1187#issuecomment-626251894
-keep class com.sun.jna.** { *; }
-keep class * implements com.sun.jna.** { *; }

0 comments on commit 6d00f64

Please sign in to comment.