Skip to content

Commit 6d00f64

Browse files
committed
Keep com.sun.jna.Native
1 parent 518b586 commit 6d00f64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

diffuse/src/main/rules.txt

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@
2020

2121
# Suppress warnings in R8 internal.
2222
-dontwarn com.android.tools.r8.internal.**
23+
24+
# https://github.com/java-native-access/jna/issues/1187#issuecomment-626251894
25+
-keep class com.sun.jna.** { *; }
26+
-keep class * implements com.sun.jna.** { *; }

0 commit comments

Comments
 (0)